Skip to content

karamzomlot/Recipe-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site URL

Demo Link


Description

Delicious is a recipe app that allows you to create and share recipes.


User Story

  • As a user, I want to view a list of recipes.
  • As a user, I want to view a recipe details.
  • As a user, I want to search for recipes.
  • As a user, I want to categorize recipes.

User Journey

  • When opening the Delicious website you'll be faced withhome page containing Popular & Veggie Recipes.
  • You can search for any Recipe by click on search in the top page.
  • click the recipe you want to view the details.
  • in the recipe details page you can show the ingredients and steps.

Tech Used

  • HTML5
  • CSS3
  • ReactJs
  • ReactJs Hooks
  • React Router dom
  • JSX
  • API
  • Styled Components

To run the project locally

  • git clone https://github.com/karam-zomlut/Recipe-App.git
  • cd Recipe-App
  • code .
  • npm i
  • npm start

Author