Todolist App using React JS
Todolist_app
In this project users can add daily task. It is popup /modal where user can enter task name choose date and time and select category from the drop-down. The Drop-down disply only those categories which are present on the categories. It is built by using React JS .
HTML 5, JavaScript, CSS 3,React JS, Node JS, Express JS, Mongo DB( Rest API), Postman.
To Intial Project
For Backend
-cd backend
-npm i
-npm run server
For Frontend
-cd todoapp
-npm i
-npm start