Todo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules
This is Solo Project created with the help of Full Stack of MERN. In this App User can signup / Login , able to see his/her todos , Edit there Todo , Delete there Todo, Filter Todos according to specific dates , Webiste is fully responsive in all the screens , All routes except login / signup are protected & user have to login to use application features . Looking forward to add more Features in this application.
website link :- https://todo-frontend-tau.vercel.app/
Frontend : HTML, CSS, Javascript, React, Redux, Chakra UI.
Backend : Express, MongoDB, Node Js , mongoose, Deployed backend on Render
Serial No | Feature |
---|---|
1 | User can signup and Login |
2 | User can only able to see his/her todos |
3 | User can Edit there Todo |
4 | User can Delete there Todo |
5 | User can Filter Todos according to specific dates |
6 | Webiste is fully responsive in all the screens |
7 | All routes except login / signup are protected & user have to login to use application features |
8 | Authentication & Authorization middlewares are also added in the backend |