Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.99 KB

README.md

File metadata and controls

65 lines (51 loc) · 1.99 KB

RecipeApp

Simple and fast recipe, on-the-go!

Synopsis

This app, RecipeApp helps to store recipes that user want to do. Hence, RecipeApp have 6 major features!

  1. Create Recipe
  2. Edit Recipe
  3. Delete Recipe
  4. View Recipe
  5. List All Recipe
  6. Filter Recipe

Explanation

  1. This is the main page of the app. User can click + Button to add recipe as desired.



  1. User can create recipe by entering name, ingredients, steps and type before save it.



  1. User can view created recipe, and edit it by clicking Edit Button later when suits.



  1. When done editing, user can click Done Button to save it.



  1. User can delete recipe by clicking trash icon on right side of recipe. User is prompted with confirmation to delete recipe.



  1. And lastly, you can filter recipe by its type by clicking dropdown button beside Clear Button. Clear Button is used to clear all filter though.



Motivation

Created this repo for applying to fourtitude.asia

Installation

Just clone this repository, and import the project from Android Studio. Voila! The installation is complete.