Skip to content

jasonqiu212/cheese

 
 

Repository files navigation

Cheese

CI Status

cheese

Overview

Cheese is a desktop personal assistant chatbot to help people track their daily tasks.

Features include:

  • 📝 Creating, editing, and deleting tasks
  • 🐶 Adorable puppy-theme
  • 🔎 Find tasks easily

Based on Project Duke, Cheese was created as part of an individual project for a school module to learn the steps of developing a software incrementally using Java.

Site Map

Setting Up in IntelliJ

  1. Install JDK 11 and the latest version of IntelliJ
  2. Open IntelliJ (If you are not in the welcome screen, click File > Close Project to close the existing project first.).
  3. Open this project into IntelliJ as follows:
    1. Click Open.
    2. Select the project directory, and click OK.
    3. If there are any further prompts, accept the defaults.
  4. Configure the project to use JDK 11 (not other versions) as explained in here.
    In the same dialog, set the Project language level field to the SDK default option.
  5. After that, locate the src/main/java/Cheese.java file, right-click it, and choose Run Cheese.main().

Congratulations! You have successfully set up Cheese.

About

Puppy-themed chatbot to help people track their daily tasks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%