Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loconluis/recipe-box

Small app to save ingredients for a recipe
https://github.com/loconluis/recipe-box

localstorage react scss

Last synced: about 1 month ago
JSON representation

Small app to save ingredients for a recipe

Awesome Lists containing this project

README

        

## Recipe Box

This is a [Freecodecamp](https://www.freecodecamp.org/challenges/build-a-recipe-box) project idea to practice with React, but not submited.

It is a small application, to store the ingredients of any recipe. [Demo](https://recipe-box.now.sh/)

![Preview](https://i.imgur.com/BfREZOe.gif)

For this project I used the [Reactstrap](http://reactstrap.github.io/) library to use bootstrap components

## Development
```
$ git clone repo
$ git cd recipe-box
$ git yarn start

```