Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-kashkoush committed Oct 25, 2023
1 parent 9c351ea commit f368752
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
Binary file added Forkify.mp4
Binary file not shown.
51 changes: 51 additions & 0 deletions README.MD
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

0 comments on commit f368752

Please sign in to comment.