Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loconluis/recipe-box
- Owner: loconluis
- Created: 2018-01-09T22:49:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T20:30:15.000Z (about 2 years ago)
- Last Synced: 2023-02-27T05:56:48.674Z (almost 2 years ago)
- Topics: localstorage, react, scss
- Language: JavaScript
- Homepage: https://recipe-box.now.sh/
- Size: 515 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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```