The web-app is build using and front end Technologies Like ReactJS
and Backend Technologies Like Node JS
Express JS
and MONGODB
as Database
Install the require dependencies by command npm install
in root directory as well as in frontend directory and backend directory
Run the command npm run dev
in root directory to start Backend server on port 5000 and React application on port 3000
- Landing Page
- Add Todo Page
- Edit Todo Page
- Listing all the Todo's
- Filtering the Todo's by their state (new,completed,pending)
- Redirecting to Add Todo Page and Edit Todo Page
- Adding Todo
- Defining the state of Todo (new,pending)
- Giving the required Alerts on user Actions
- Editing Todo
- Altering the state of Todo (new,pending,completed)
- Giving the required Alerts on User Actions
- Deleting the Todo