GithubHelp home page GithubHelp logo

mern_todo's Introduction


MERN Task Management Application

This is a task management application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It allows users to manage their tasks with features like creating, updating, deleting, prioritizing, and categorizing.

Technologies Used

  • Frontend: React.js, Tailwind CSS, Daisy UI
  • Backend: Node.js, Express.js
  • Database: MongoDB

Features

  • CRUD Operations: Users can Create, Read, Update, and Delete tasks.
  • Task Prioritization and Categorization: Users can assign priority levels and categories to tasks.
  • Dynamic User Interface: The UI reflects real-time changes and provides a seamless user experience.
  • Task Interactions: Users can add, view, edit, delete, categorize, and prioritize tasks.
  • Filtering and Sorting: Features to filter and sort tasks based on different criteria such as priority and category.

Deployment

The application is deployed at https://mern-todo-nj9i.vercel.app/.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/your-username/mern-task-management.git
  2. Install dependencies for the backend and frontend:

    cd mern-task-management
    cd frontend
    npm install
    cd ..
    cd backend
    npm install
  3. Create a .env file in the backend directory and add your MongoDB connection string:

    MONGODB_URI=your_mongodb_connection_string
    
  4. Start the backend server:

    cd backend
    npm start
  5. Start the frontend development server:

    cd frontend
    npm start
  6. Open your browser and visit http://localhost:3000 to view the application.

Bonus

Notes

  • Utilized Tailwind CSS and Daisy UI for styling and UI components.
  • Followed best practices for data structures and algorithms to manage and manipulate tasks effectively.

Feel free to modify the instructions or add any additional information as needed for your project!

mern_todo's People

Contributors

aknathpanchal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.