Skip to content

This is our course project for CSC207H1 (2021 Fall): Software Design, at the University of Toronto.

Notifications You must be signed in to change notification settings

richard-eipi/UofT-CSC207-Project

 
 

Repository files navigation

HowTodoit - a simple to do list app written in java

The user will be able to interact with a virtual task manager (via command line) that is able to load data from and save data into local history (using Java’s Serializable interface).

The app will be built using Gradle and run in Corretto 11. It has a CLI (command line interface) and a GUI (graphic user interface with Javafx). Due to time limitations, the GUI will be similar to the CLI to some extent and the user will still need to type commands to perform the majority of the actions.

More details can be found in the "phase2" folder, including specification and design document.

About

This is our course project for CSC207H1 (2021 Fall): Software Design, at the University of Toronto.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%