/Cook-It

This is an android application to display recipes of various cuisines

Primary LanguageJavaMIT LicenseMIT

Cook It -V 1.0.0

This is a recipe application that calls various recipes from an API and displays them in the application.

Author

  • Arnold Oduma

Prerequisites

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

Installation

Clone this repository and import into Android Studio

git clone https://github.com/ArnoldOduma/Cook-It.git

Generating APK

From Android Studio go to:

  1. Build menu
  2. Generate APK

and go to the build/output/apk

Maintainers

This project is mantained by:

-Initial works-

 - 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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Run the linter (ruby lint.rb').
  5. Create a new Pull Request