Skip to content

SoonKeatNeo/ip

 
 

Repository files navigation

DukeNukem

CI Status

Table of Contents

Introduction

DukeNukem is a Java-based application that aims to help remind you of upcoming tasks, deadlines and events.

Getting Started

Prerequisites: JDK 11

  1. Download the latest release from here.
  2. Double click the downloaded JAR file. If pathing is not set up, then you will have to use: java -jar duke.jar.

Features

DukeNukem can help you to manage Deadlines, Events and To-Dos.

For more comprehensive information, kindly visit the project web-page.

Advanced Setup

  1. Open IntelliJ (if you are not in the welcome screen, click File > Close Project to close the existing project first)
  2. Open the 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.
  3. Configure the project to use JDK 11 (not other versions) as explained in here.
  4. After that, locate the src/main/java/soonkeatneo/duke/Duke.java file, right-click it, and choose Run Duke.main().

Packages

No packages published

Languages

  • Java 95.7%
  • Shell 2.5%
  • Batchfile 1.8%