An AI-powered academic schedule planner that uses Google's Gemini AI to generate optimized class schedules based on your courses, settings, and constraints.
View your app in AI Studio: https://ai.studio/apps/drive/1o_NJufzWeZm1peS8CmVamwCKsVoLRp53
Want to deploy this app publicly? See:
- QUICK_START.md - 3 simple steps to deploy
- DEPLOYMENT_GUIDE.md - Comprehensive deployment guide
Once deployed, your app will be live at: https://saisrikiran25-ctrl.github.io/Planner/
This application requires a Google AI API key to generate schedules. When you first open the app, you'll be prompted to enter your API key.
- Visit Google AI Studio
- Sign in with your Google account
- Click "Create API Key" or "Get API Key"
- Copy the generated API key
- Paste it into the app's API key prompt
Privacy Note: Your API key is stored only in your browser's local storage and is never sent to any server except Google AI to generate schedules.
Prerequisites: Node.js
- Install dependencies:
npm install - Run the app:
npm run dev - Open the app in your browser and enter your Google AI API key when prompted
That's it! No environment variables or .env files needed.
