Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 494 Bytes

File metadata and controls

17 lines (10 loc) · 494 Bytes

Tasky

Tasky is a webapp designed to help you keep track of your course schedules and assignments. Hosted at: https://taskyv2.web.app

Release 0.5.3

  • Added option to hide courses
  • Added important HW and assignments on home page

Getting Started with Source Code

Make sure that Flutter extensions are installed.

Clone the repo, and import into Android Studio.

Use the "flutter create ." command to initialize web files, and the "flutter run -d chrome" command to launch the client.