A full-stack desktop + web application that allows users to schedule tasks, receive reminders, and manage their daily to-do list.
- Add, view, and delete tasks
- Reminder notifications (using
plyerin Python) - MySQL database integration
- React frontend + Python (Flask/Tkinter) backend
- Frontend: React.js
- Backend: Python + Flask / Tkinter
- Database: MySQL
- Styling: CSS
cd backend
pip install -r requirements.txt
python app.py