Skip to content

aliaydogdu105/recipe-app_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe App

<<<<<<< HEAD This project was made with Reactjs. Styled with "styled-components" and responsive design for mobile phones. Used api key and axios for getting data from

This project was made with Reactjs. Styled with "styled-components" and responsive design for mobile phones. Used api key and axios for getting data from

f17ec2ea1b86ee06fb2d70f67a330d0c9b53b4c2 https://api.edamam.com/search?q=${query}&app_id=${APP_ID}&app_key=${APP_KEY}&mealType=${meal}. For login random background image from https://picsum.photos/1600/900

Project Skeleton

Recipe App
|
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── header
│    │       │     ├── Header.jsx
│    │       │     └── Header.styled.jsx
│    │       ├── cards
│    │       │     ├── Cards.jsx
│    │       │     └── Cards.styled.jsx
│    │       ├── globalStyles
│    │       │     ├── Flex.jsx
│    │       │     ├── Global.styles.jsx
│    │       │     └── theme.js
│    │       └── navbar
│    │             ├── Navbar.jsx
│    │             └── Navbar.styled.jsx
│    ├── pages
│    │       ├── home
│    │       │     ├── Home.jsx
│    │       │     └── Home.styled.jsx
│    │       ├── about
│    │       │     ├── About.jsx
│    │       │     └── About.styled.jsx
│    │       ├── login
│    │       │     ├── Login.jsx
│    │       │     └── Login.styled.js
│    │       ├── register
│    │       │     └── Register.jsx
│    │       └── detail
│    │             ├── Detail.jsx
│    │             └── Detail.styled.jsx
│    ├── router
│    │       ├── AppRouter.jsx
│    │       └── PrivateRouter.jsx
│    ├── assets
│    │       └── [images]
│    ├── App.js
│    └── index.js
|----README.md
├── recipe-app.gif
├── package.json
└── yarn.lock

For look please click here

About

This project was made with Reactjs. Styled with "styled-components" and responsive design for mobile phones.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors