Skip to content

JinHao-L/ip

 
 

Repository files navigation

Alice - Independent Project

CI Status

Alice is a chatbot desktop app that manages your tasks for you so that you can focus on the things that really matters to you. It comes with a beautiful Graphical User Interface (GUI) and is also optimized for use via a Command Line Interface (CLI).

ui

Quick Start

  1. Ensure that you have the latest Java 11 installed on your computer.
  2. Download our latest version of Alice from here
  3. Copy the file to the folder of your choice. This will be the home folder of Alice.
  4. Double-click the file to start the app
    • If the app does not start, you can use the command prompt/terminal to start the app
      java -jar alice.jar
    • To start Alice as a Command-Line Program, use the following command on the command prompt/terminal:
      java -jar alice.jar -c 
  5. Type the command in the text input field and press Enter to execute.
    Entering help will bring out the list of usable commands.
    Here are some example commands that you can try:
    1. todo setup : Adds a new task named setup to the task list.
    2. event Tutorial /at now : Adds a new Tutorial event that is happening at the current date and time.
    3. list : Lists all tasks.
    4. done 1 : Marks the first task as done
    5. delete 2 : Delete the second task
    6. clear all : Delete all tasks
    7. bye : Exit the app.
  6. Refer to the Usage section in the User Guide to see more details on each command.

Acknowledgements

  • This is a independent greenfield project built using the Duke repo as the project template.
  • The project is built for the CS2103T module under the guidance of Prof. Damith.

About

Alice Chatbot, a CS2103T Independent Project

Resources

Stars

Watchers

Forks

Languages

  • Java 98.1%
  • Other 1.9%