A feature-rich, calendar-integrated To-Do List application with frontend and backend separation. Users can add, manage, sort, and track their tasks with a clean UI.
- Add, edit, and delete tasks
- Mark tasks as completed
- View tasks by:
- Completed
- In Progress
- Overdue
- Sort by:
- Priority
- Date
- Color-coded task status
- Calendar view for all tasks
- Separate pages for task status views
/to-do-frontend
index.html
style.css
script.js
/to-do-backend
service/
repo/
controllers/
models/
git clone https://github.com/yourusername/To-Do.git
cd todo
2. Install Backend Dependencies
cd todo-backend

