Skip to content

A MERN stack todo app that can edit, delete, filter and store the tasks in mongodb database via login and sign up features.

Notifications You must be signed in to change notification settings

mtg718/TODO-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

TODO-APP

A MERN (MongoDB,Express.js,React.js,Node.js) stack todo app that can add, delete, filter and store the tasks in mongodb database via login and sign up features.

After cloning, use npm i (if required) & then for for frontend- write (cd frontend) in terminal of your folder and run (npm start) and for backend(server in my case)- write (cd server) in terminal of your folder and run (npm run dev). Install all the dependencies required , some of which are- (npm i moment cors react-toastify jsonwebtoken express-validator)

React App - Google Chrome 01-10-2023 14_27_46

If invalid login details



React App - Google Chrome 02-10-2023 23_27_43

If Forgot Password

React App - Google Chrome 03-10-2023 00_01_15

If Valid login details

React App - Google Chrome 02-10-2023 23_26_44 React App - Google Chrome 01-10-2023 11_59_51

Adding the task

React App - Google Chrome 01-10-2023 14_44_18 React App - Google Chrome 01-10-2023 14_44_23

Searching the tasks



React App - Google Chrome 01-10-2023 14_13_55

If no searched task found



React App - Google Chrome 01-10-2023 14_13_45

User and their tasks Stored in MongoDB Database



Screenshot 2023-10-01 143912

About

A MERN stack todo app that can edit, delete, filter and store the tasks in mongodb database via login and sign up features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published