A full-stack To-Do list app that allows users to add, update, delete, and mark tasks as completed. Built with Node.js, Express, SQLite, and React, this app demonstrates how to connect a frontend with a backend API and manage data in a database.
- Add new tasks
- Mark tasks as completed
- Set a due date for tasks
- Delete tasks
- Store tasks and completed status in an SQLite database
- Frontend: React, Material-UI
- Backend: Node.js, Express
- Database: SQLite
git clone https://github.com/yourusername/todo-list-app.git