Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.11 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.11 KB

Kiwi Chat Bot

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.

How to try this app out

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

What can you input into this app

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.

Acknowledgements

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.