
Try it here: freetime.kennyhui.dev
Schedule sharing app for Stony Brook University students. Add your friends on Freetime and see their class progress throughout the day. Freetime also includes:
- Split-view to compare schedules
- Built-in to-do list to keep track of tasks and keep them synced between devices
- SOLAR import to quickly add your classes from your schedule
- Integrated Google Maps™ hyperlinks for every building on campus, so you can easily find your class
- iCalendar export to easily add your classes to your existing calendar application
- Google™ OAuth2 for authentication
The current version of Freetime relies on a Pocketbase backend. This will be changed in future versions. Set up Pocketbase using this schema
Install dependencies
npm i
Run dev server
npm run dev
Project will be built to /dist
npm run build