Loading repository data…
Loading repository data…
chaitanlohana / repository
StudyFlow – Smart Study Planner 🚀 A minimal, distraction-free study planner for students to organize tasks, set priorities, and track progress. Built with Flask (backend) and Tailwind CSS + JavaScript (frontend). 👨💻 Developed by: Chaitan Das (2512477) & Hummam Raza (2512485)
StudyFlow is a minimal, distraction-free study planner for students who want to organize, focus, and achieve more.
It’s not just a to-do list — it’s a complete study productivity system with tasks, priorities, and progress tracking in one place. ✨
Frontend:
Backend:
StudyFlow is more than a task manager — it’s a student-focused productivity system.
Modern frontend, interactive features, and a reliable Flask backend help students study smarter, stay focused, and achieve more daily.
# Clone the repository
git clone https://github.com/yourusername/studyflow.git
# Go to project folder
cd studyflow
# Install dependencies
pip install -r requirements.txt
# Run Flask server
python app.py
# Open in browser
http://127.0.0.1:5000