This repo is for a task managing application that uses JavaFX to provide a friendly user interface. It helps keep track of tasks done and allows adding, editing, searching of tasks.
The latest jar file can be downloaded from this releases of this repo, also found at this link.
Open a command prompt from the folder containing the jar file on your computer. The jar file can be run using java -jar duke.jar
The commands you can input into this app are found here, with a friendly cheatsheet in the same document. Alternatively you can enter help
in the app and information you need will be listed within the app.
This project is based on a project template for a greenfield Java project, called Duke. It was forked from this repo https://github.com/nus-cs2103-AY2021S2/ip, created by module coordinators and other contributors for CS2103T.