Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.67 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.67 KB

Tabletime

time tracker

The simple time-tabling app, built to keep you on track.

Download Use Discover
Google Play Web app Website

Background

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.

Features

  • Multi-week timetable
  • Weekend days
  • Multiple timetables
  • Cloud sync
  • Easy setup, with draggable lessons
  • Notifications with timing options

Developing

  1. Install Flutter
  2. Clone repo: git clone https://github.com/joshlucpoll/tabletime
  3. Install packages: flutter pub get
  4. Run app: flutter run

Feature Requests or Queries

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