Giter Club home page Giter Club logo

main's Introduction

Build Status Build status Build Status

MooMooMoney

MooMooMoney is a money management application written in Java and JavaFx 11.

Alt text

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

Running the project

Gradle is integrated into the project and can be used to run various functions.

Examples

  1. gradle run to start the application
  2. gradle test to run JUnit Tests written
  3. gradle checkstyleMain checkstyleTest to run a coding standard check based on the configuration.

Setting up

  1. If the dropdown box beside the run button is empty, click the dropdown box > Edit Configurations
  2. Click on + > Gradle
  3. At the end of the Gradle Project text box on the right, click the folder with a blue icon, select duke as the project.
  4. Click OK
  5. To run specific gradle commands, click on Gradle on the right of IntelliJ, click on the elephant icon labeled Execute Gradle Task
  6. Type in any gradle command as per the above examples.
  7. The option should appear in the dropdown box and it can be selected to run that task.

main's People

Contributors

damithc avatar greatnest avatar guanyewtan avatar j-lum avatar jinwentay avatar joshtam avatar shannonlee98 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.