-
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
1 parent
9c351ea
commit f368752
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,51 @@ | ||
## Forkify Recipe App π¨βπ³ | ||
|
||
This is an app for searching recipes and creating new one | ||
|
||
### Live Site URL β β | ||
|
||
https://forkify-v2-peach.vercel.app/ | ||
|
||
## Table of contents | ||
|
||
- [Overview](#overview) | ||
- [The challenge](#the-challenge) | ||
- [video demo](#video-demo) | ||
- [My process](#my-process) | ||
- [Built with](#built-with) | ||
- [What I learned](#what-i-learned) | ||
- [Useful resources](#useful-resources) | ||
|
||
## Overview | ||
|
||
### The challenge | ||
|
||
Users should be able to: | ||
|
||
- Search new recipes π | ||
- create recipes | ||
- Bookmark recipes in case he wants to come back later | ||
- get quantities of ingredients based on number of servings | ||
|
||
### Video Demo | ||
|
||
<video src="Forkify.mp4" controls title="Title"></video> | ||
|
||
## My process | ||
|
||
### Built with | ||
|
||
- Semantic HTML5 markup | ||
- CSS custom properties | ||
- Javascript | ||
|
||
### What I learned | ||
|
||
- Architecture components | ||
- my notes | ||
|
||
### Useful resources | ||
|
||
- [MVC architectural pattern](https://www.geeksforgeeks.org/mvc-framework-introduction/) | ||
geeks for geeks | ||
- [publisher subscriber design pattern ](https://medium.com/@thebabscraig/javascript-design-patterns-part-2-the-publisher-subscriber-pattern-8fe07e157213)article |