This is a recipe application that calls various recipes from an API and displays them in the application.
- Arnold Oduma
You need the following installed on your machine
- java
- JDK - Java Development Kit
- Maven
- Gradle
- An IDE - Intellij
To confirm run the following command on linux
$ java --version //java version
$ mvn --version //maven version
$ gradle --version //gradle version
Clone this repository and import into Android Studio
git clone https://github.com/ArnoldOduma/Cook-It.git
From Android Studio go to:
- Build menu
- Generate APK
and go to the build/output/apk
This project is mantained by:
- Github Search - An app to search github users and their repositories
- Quotes - An app that enables a user create quotes and delete quotes they don't want
- Goals - This is an application to create goals and checkout the ones you completed - Pig Dice - This is a simole java script game of pigdice - Delani Studio - A front end of a studio website - Triangle Tracker - Tracks what type a triangle is by checking its length width and height - portfolio - My portfolio website
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter (ruby lint.rb').
- Create a new Pull Request