Skip to content

UgurcanSARICI/react_recipe_app

Repository files navigation

Project : Recipe App

Table of contents

The challenge

Project aims to create a Recipe App with React.

Problem Statement


Project Skeleton

Recipe App  (folder)
|
|----readme.md         
│ 
├── public
│     └── index.html
├── src
│    ├── components
│    │──────└──Form.jsx
│    │──────└──Header.jsx
│    │──────└──Navbar.jsx
│    │
│    │────pages
│    │──────└──About.jsx
│    │──────└──Details.jsx
│    │──────└──Home.jsx
│    │──────└──Login.jsx
│    │──────└──RecipeCards.jsx
│    ├── App.js
│    ├── index.js
│    └── index.css
├── package.json
└── yarn.lock

Screenshot

gif

Links


Check The Live Website ➡️ Live Website

Built with

  • I made an App with React-Router.
  • I used Tailwincss for styling.
  • I get the data with AXIOS.
  • I used Link NavLink to redirect to desired pages.

  • I learned how to use;
  • Components
  • useState
  • React Router DOM V6
  • useNavigate
  • useLocation
  • useParams
  • axios
  • import/export
  • Props
  • React Developer Tool
  • Destructuring props
  • array map method

Notes

  • You can use HTML,CSS ,JAVASCRIPT and REACT to complete this project.

Useful resources

⌛ Happy Coding ✍