Skip to content
/ ip Public
forked from nus-cs2103-AY2021S2/ip

A 'chat bot' that helps users manage their tasks - made using Java and Java FX

Notifications You must be signed in to change notification settings

pPris/ip

 
 

Repository files navigation

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.

About

A 'chat bot' that helps users manage their tasks - made using Java and Java FX

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.1%
  • Batchfile 2.5%
  • Shell 1.4%