Study Genie is an AI-powered learning platform built to help students study smarter and stay organized. The platform combines modern web technologies with intelligent features to provide a better learning experience through personalized study assistance, organized resources, and productivity-focused tools.
The goal of the project is to create a simple, scalable, and user-friendly system that supports students in managing their academic workflow more efficiently.
- AI-assisted learning support
- Smart study material organization
- Clean and responsive user interface
- Secure authentication system
- Real-time data management
- Personalized study experience
- Modern dashboard and navigation
- Scalable backend architecture
- React.js
- Next.js
- Tailwind CSS
- Node.js
- Express.js
- MongoDB
- JavaScript
- REST APIs
- Git & GitHub
Study-Genie/
│
├── frontend/ # Frontend application
├── backend/ # Backend APIs and server logic
├── components/ # Reusable UI components
├── public/ # Static assets
├── database/ # Database configuration
└── README.mdgit clone https://github.com/Rounak87/Study-Genie.gitcd Study-Genienpm installnpm run devThe application will run locally at:
http://localhost:3000Create a .env file in the root directory and add the required environment variables.
MONGODB_URI=your_mongodb_connection_string
JWT_SECRET=your_secret_key
OPENAI_API_KEY=your_api_key- Improve student productivity using AI tools
- Provide a centralized study management platform
- Simplify access to academic resources
- Reduce manual effort in organizing study materials
- Build an interactive and scalable educational system
- AI-generated quizzes and assignments
- Voice-based learning assistance
- Collaborative study rooms
- Performance analytics dashboard
- Mobile application support
- Advanced recommendation system
This project is created for educational and learning purposes.