This is a Full-Stack To-Do Application that allows users to create, update, and delete tasks. The project is divided into two parts:
- Frontend: The user interface of the application where tasks are displayed and managed.
- Backend: The server-side API that handles data storage and retrieval for the To-Do tasks.
- Frontend Repository: Frontend GitHub Repository
- Backend Repository: Backend GitHub Repository
- Add new tasks
- Update tasks' status (e.g., completed, pending)
- Delete tasks