The simple time-tabling app, built to keep you on track.
Download | Use | Discover |
---|---|---|
Google Play | Web app | Website |
This app was developed as part of my A-level Computer Science coursework. The primary reason I decided to create a timetabling application was that current alternatives had a lengthy and tedious setup process. Compared to other timetabling apps, you only need to input your daily periods once and then drag corresponding lessons onto them - this is a much more efficient solution and increases user satisfaction. I wanted to bring this feature alongside cloud sync in a streamlined app multi-platform app built with Flutter and Firebase for the backend.
- Multi-week timetable
- Weekend days
- Multiple timetables
- Cloud sync
- Easy setup, with draggable lessons
- Notifications with timing options
- Install Flutter
- Clone repo:
git clone https://github.com/joshlucpoll/tabletime
- Install packages:
flutter pub get
- Run app:
flutter run
For any feature requests or queries with the app, please use this form to contact me or feel free to open a pull request or issue.
Built with Flutter