-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<h1 align="center"> | ||
Filipino Recipe | ||
</h1> | ||
<p align="center"> | ||
An Android Application with simple CRUD. | ||
<br> | ||
A Filipino recipe application that allows users to share, edit, and remove their own or others recipes. | ||
</p> | ||
|
||
<p align="center"> | ||
<img width="25%" height="25%" src="/app/src/main/res/AppFootage/splash.png"> | ||
</p> | ||
|
||
## Requirements | ||
|
||
• Android OS kitkat 4.4+ (API 19+) | ||
|
||
• For some reason, this works well with 5.7 inches (near less / near more) smartphone. | ||
|
||
• Expect Cards to sometimes causes improper width. (Due to resolution) | ||
|
||
• Please refer to the image below for application interface. | ||
|
||
• This application will no longer update for new feature and some bugs. But it will be maintained. | ||
|
||
• The application was made for school final project. | ||
|
||
|
||
## User Interface | ||
|
||
• Menu | ||
|
||
<img width="25%" height="25%" src="/app/src/main/res/AppFootage/menu.png"> | ||
|
||
• New Recipe | ||
|
||
<img width="25%" height="25%" src="/app/src/main/res/AppFootage/new.png"> | ||
|
||
• View Recipe | ||
|
||
<img width="25%" height="25%" src="/app/src/main/res/AppFootage/view.png"> | ||
|
||
• Modify Recipe | ||
|
||
<img width="25%" height="25%" src="/app/src/main/res/AppFootage/modify.png"> | ||
|
||
• Delete Recipe | ||
|
||
<img width="25%" height="25%" src="/app/src/main/res/AppFootage/delete.png"> | ||
|
||
## Download Link | ||
Are you looking for the apk? | ||
Check the release. |