siddharth9300 / todoListUsingMERN

A Todo Management Web App made with MERN Stack with Authantication

Home Page:https://yourtodolistmern.netlify.app/

Repository from Github https://github.comsiddharth9300/todoListUsingMERNRepository from Github https://github.comsiddharth9300/todoListUsingMERN

Your Todo List Using MERN Stack

A Todo Management Web App made with MERN Stack with Authantication

Features

  • Login / Sign up
  • Add new todo
  • Delete todo
  • Dark Mode
  • Responseive

Technologies Used

  • React: A popular JavaScript library for building user interfaces
  • Axios: A promise-based HTTP client for making API requests
  • react-router-dom: A routing library for handling navigation in a React app
  • Tailwind CSS: For styling the app
  • MongoDB for database

Installation

  1. Clone the repository to your local machine using git clone.

     git clone https://github.com/siddharth9300/todoListUsingMERN.git
    
  2. Navigate to the project directory.

     cd todoListUsingMERN
    
  3. Install server dependencies using npm or yarn.

     cd backend
     npm install
    
  4. Install client dependencies using npm or yarn.

     cd frontend
     npm install
    
  5. Start client.

     cd frontend
     npm start
    
  6. Start server.

     cd backend
     npm start
    
  7. Open your web browser and go to http://localhost:3000 to access the app locally.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request with a detailed description of your changes.

Authors

License

MIT License

About

A Todo Management Web App made with MERN Stack with Authantication

https://yourtodolistmern.netlify.app/

License:MIT License


Languages

Language:JavaScript 90.6%Language:HTML 6.2%Language:CSS 3.2%