Skip to content

jessteoxizhi/duke

This branch is 35 commits ahead of, 16 commits behind nusCS2113-AY1920S1/duke:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
e0309463
Sep 13, 2019
3fab8f9 · Sep 13, 2019

History

57 Commits
Aug 12, 2019
Aug 2, 2019
Aug 6, 2019
Sep 13, 2019
Sep 10, 2019
Aug 16, 2019
Aug 6, 2019
Aug 6, 2019
Aug 6, 2019
Sep 13, 2019
Aug 6, 2019
Aug 6, 2019
Aug 6, 2019

Repository files navigation

Setting up

Prerequisites

  • JDK 11
  • Recommended: IntelliJ IDE
  • Fork this repo to your GitHub account and clone the fork to your computer

Importing the project into IntelliJ

  1. Open IntelliJ (if you are not in the welcome screen, click File > Close Project to close the existing project dialog first).
  2. Set up the correct JDK version.
    • Click Configure > Structure for new Projects (in older versions of Intellij:Configure > Project Defaults > Project Structure).
    • If JDK 11 is listed in the drop down, select it. If it is not, click New... and select the directory where you installed JDK 11.
    • Click OK.
  3. Click Import Project.
  4. Locate the project directory and click OK.
  5. Select Create project from existing sources and click Next.
  6. Rename the project if you want. Click Next.
  7. Ensure that your src folder is checked. Keep clicking Next.
  8. Click Finish.

Tutorials

Duke Increment Tutorial
A-Gradle Gradle Tutorial
A-TextUiTesting Text UI Testing Tutorial
Level-10 JavaFX tutorials:
Part 1: Introduction to JavaFX
Part 2: Creating a GUI for Duke
Part 3: Interacting with the user
Part 4: Introduction to FXML

Feedback, Bug Reports

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.8%
  • Shell 3.2%