Skip to content

Commit

Permalink
Merge pull request #48 from E0373902/master
Browse files Browse the repository at this point in the history
README added
  • Loading branch information
E0373902 authored Oct 3, 2019
2 parents 8180e05 + f2b56f8 commit 5bb852d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
44 changes: 8 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,11 @@
# Setting up
# AlphaNUS

**Prerequisites**
![Image_of_Ui](docs/images/UI.PNG)

* JDK 11
* Recommended: IntelliJ IDE
* Fork this repo to your GitHub account and clone the fork to your computer
* AlphaNUS is an app intended for the treasurers of NUS clubs. The user interactions will occur using the CLI.
* The purpose of the app is to categorize the deadline of the payment forms, expenses of events and history of tasks completed. This allows the treasurer to be organized and efficiently keep track of their tasks.
* AlphaNUS is written in OOP fashion.
* [User Guide](https://github.com/AY1920S1-CS2113T-F10-3/main/blob/master/docs/UserGuide.adoc)
* [Developer Guide](https://github.com/AY1920S1-CS2113T-F10-3/main/blob/master/docs/DeveloperGuide.adoc)
* [AboutUs](https://github.com/AY1920S1-CS2113T-F10-3/main/blob/master/docs/AboutUs.adoc)

**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).
1. 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`.
1. Click `Import Project`.
1. Locate the project directory and click `OK`.
1. Select `Create project from existing sources` and click `Next`.
1. Rename the project if you want. Click `Next`.
1. Ensure that your src folder is checked. Keep clicking `Next`.
1. Click `Finish`.

# Tutorials

Duke Increment | Tutorial
---------------|---------------
`A-Gradle` | [Gradle Tutorial](tutorials/gradleTutorial.md)
`A-TextUiTesting` | [Text UI Testing Tutorial](tutorials/textUiTestingTutorial.md)
`Level-10` | JavaFX tutorials:<br>→ [Part 1: Introduction to JavaFX][fx1]<br>→ [Part 2: Creating a GUI for Duke][fx2]<br>→ [Part 3: Interacting with the user][fx3]<br>→ [Part 4: Introduction to FXML][fx4]

[fx1]: <tutorials/javaFxTutorialPart1.md>
[fx2]: <tutorials/javaFxTutorialPart2.md>
[fx3]: <tutorials/javaFxTutorialPart3.md>
[fx4]: <tutorials/javaFxTutorialPart4.md>

# Feedback, Bug Reports

* If you have feedback or bug reports, please post in [se-edu/duke issue tracker](https://github.com/se-edu/duke/issues).
* We welcome pull requests too.
Binary file added docs/images/UI.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/Ui.PNG
Binary file not shown.

0 comments on commit 5bb852d

Please sign in to comment.