A simple but powerful To-do list App which is handly and easy to use.
Frontend:
- React.JS framework
- JavaScript / HTML / CSS
- useState / useEffect
- async / await
Backend:
- Express.JS framework
- MongoDB
- RESTful API
- Routers
- Allows users to edit topics and details after adding a todo.
- Used line-through text decoration instead of a check box.
- Connect the backend database to allow users to store their to-do items.
- Clone this project.
- cd to the project directory and run
npm startto connect to frontend. - Open http://localhost:3000 to view it in your browser.
