Skip to content

Ma-Yueran/ip

 
 

Repository files navigation

Duke

GitHub Logo

Duke is an application that can help you to manage tasks. It supports saving, editing, deleting and displaying tasks using simple commands.

Quick Start

Prerequisites: Java 11 or later installed.

  1. Download the latest version of Duke (a jar file) from the website.
  2. Copy the jar file to the directory you want to use as the home directory for the application.
  3. Double click the jar file or enter java -jar duke.jar in console to run the program.
  4. The window shown above should appear.
  5. Well done! Now you can start using Duke!
  6. Refer to the User Guide for more information.

Setting up in Intellij for Developers

Prerequisites: JDK 11, update Intellij to the most recent version.

  1. Fork the project to your GitHub repository.
  2. Clone the repository to your pc.
  3. Delete .idea folder in the project.
  4. Use Intellij to open the build.gradle file, remember to choose Open as Project.
  5. Now, wait for Intellij to set up the project for you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • CSS 1.2%
  • Other 1.3%