Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)