Skip to content

Todo app Build using MERN Stack. Allowing to Creating Todo list, Update and Delete Todo list within app.

Notifications You must be signed in to change notification settings

akashpawar43/Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TODO

Todo app Build using MERN Stack. Allowing to Creating Todo list, Update and Delete Todo list within app.

🧐 Features

Here're some of the project's best features:

  • Add Todo
  • get Todo list
  • Update Status
  • Delete Todo

🛠️ Installation Steps:

1. cd Server

2. Install dependencies for Server

npm install

3. Start Server

npm start

4. Open Separate terminal for Client

5. cd Client

6. Install dependencies for Client

npm install

7. Run Client

npm run dev

💻 Built with

Technologies used in the project:

  • ReactJs
  • NodeJs
  • Mongodb
  • ExpressJS
  • Tailwind CSS

Project Screenshots:

  1. Get all Todo list

project-screenshot

  1. update Status of todo

project-screenshot

  1. Add Your todo

project-screenshot

  1. Delete Your todo

project-screenshot

  1. No data

project-screenshot