StudySphere is a full-stack web application designed to help students stay consistent through accountability.
- Study Goal Creation: Set and track your study goals.
- Pomodoro Timer: Integrated timer with work/break intervals.
- Daily Logging: Log your study sessions.
- Streak System: Keep your momentum going.
- Analytics: Visualize your progress.
- Accountability Partners: Find partners to study with.
- AI Feedback: Get weekly insights on your study habits.
- Frontend: React, Vite, TailwindCSS
- Backend: Node.js, Express
- Database: MongoDB
- Node.js
- MongoDB
- Clone the repository.
- Install backend dependencies:
cd backend npm install - Install frontend dependencies:
cd frontend npm install
- Start the backend:
cd backend npm run dev - Start the frontend:
cd frontend npm run dev