forked from nusCS2113-AY1920S1/PersonalAssistant-Duke
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from E0373902/master
README added
- Loading branch information
Showing
3 changed files
with
8 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.