Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicjalysien/meal-recipes
Meal recipes using React and public API
https://github.com/alicjalysien/meal-recipes
axios food-app react react-router recipes styled-components themealdb-api
Last synced: 6 days ago
JSON representation
Meal recipes using React and public API
- Host: GitHub
- URL: https://github.com/alicjalysien/meal-recipes
- Owner: AlicjaLysien
- License: mit
- Created: 2022-04-09T20:56:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T10:17:15.000Z (11 months ago)
- Last Synced: 2023-12-26T11:31:22.928Z (11 months ago)
- Topics: axios, food-app, react, react-router, recipes, styled-components, themealdb-api
- Language: JavaScript
- Homepage: https://alicjalysien.github.io/meal-recipes/
- Size: 3.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍲 Meal recipes
This is a React app which shows recipes from external API. It has ordered recipes by countries or posibility to search by food name.
As CSS solution I used styled-components cause I wanted to learn how that concept works.## 🛠️ Technologies
- React
- React-router
- Axios
- Styled-components## ⚙️ Scripts
To run the project locally use``
npm run start
``## 🖥️ Preview
Link to live preview: [https://alicjalysien.github.io/meal-recipes](https://alicjalysien.github.io/meal-recipes/)
![Image - preview of my page](/public/images/readme-example.png)
## Sources
Free API used from: [https://www.themealdb.com/api.php](https://www.themealdb.com/api.php)