Skip to content

Latest commit

Β 

History

History
23 lines (18 loc) Β· 580 Bytes

File metadata and controls

23 lines (18 loc) Β· 580 Bytes

πŸ•’ Task Scheduler & Reminder App

A full-stack desktop + web application that allows users to schedule tasks, receive reminders, and manage their daily to-do list.

πŸš€ Features

  • Add, view, and delete tasks
  • Reminder notifications (using plyer in Python)
  • MySQL database integration
  • React frontend + Python (Flask/Tkinter) backend

🧩 Tech Stack

  • Frontend: React.js
  • Backend: Python + Flask / Tkinter
  • Database: MySQL
  • Styling: CSS

βš™οΈ Setup Instructions

Backend

cd backend
pip install -r requirements.txt
python app.py