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

https://github.com/santarelle/recipe-app

Recipe App is a React JS project
https://github.com/santarelle/recipe-app

circle-ci material-ui react react-redux recipe-app recipes

Last synced: 3 months ago
JSON representation

Recipe App is a React JS project

Awesome Lists containing this project

README

          

Demo: https://recipe-app-two.now.sh/


Go Barber


A web app to search and save favorites recipes using TheMealDB API



build


Top Languague

Repository size


Last commit date



Repository issues


Made by Marco Jardim


Github - Marco Jardim


Linkedin - Marco Jardim


Email - Marco Jardim


Languages   |   
Technologies   |   
Install   |   
Usage   |   
User Stories   

## :computer: Languages

- **TypeScript**

## :books: Technologies

- **React**
- **ESLint**
- **Prettier**
- **Redux**
- **SASS**
- **Material UI**
- **Circle CI**

## Install

```sh
npm install
```

## Usage

```sh
npm start
```

## User Stories
- User can see a list of recipe titles
- User can click a recipe title to display a recipe card containing the
recipe title, meal type (breakfast, lunch, supper, or snack), number of people
it serves, its difficulty level (beginner, intermediate, advanced), the list
of ingredients (including their amounts), and the preparation steps.
- User click a new recipe title to replace the current card with a new
recipe.
- User can see a photo showing what the item looks like after it has
been prepared.
- User can search for a recipe not in the list of recipe titles by
entering the meal name into a search box and clicking a 'Search' button. Any
open source recipe API may be used as the source for recipes (see The MealDB
below).
- User can see a list of recipes matching the search terms
- User can click the name of the recipe to display its recipe card.
- User can see a warning message if no matching recipe was found.
- User can click a 'Save' button on the cards for recipes located through
the API to save a copy to this apps recipe file or database.

## Author

👤 **Marco Jardim**

* Github: [@santarelle](https://github.com/santarelle)
---

Made by :red_heart: by [Marco Jardim](https://github.com/santarelle)