A React & Redux web app based on a catalog of recipes
Recipe-Catalogue
Recipe Catalogue is a React & Redux web app based on a catalog of recipes. It contains a browsable list of meals that you can filter by category or type and access to one meal recipe. The data is retrieved from Meals DB (www.themealdb.com/api.php) and then stored in the Redux store.
Video Presentation
Screenshot
Built With ?
- JavaScript
- React
- Redux
- JSX
- CSS
Getting Started
- Clone the repo
https://github.com/udberg/Recipe-Catalogue.git - cd
intothe project - Run
git pull origin app - Run
yarn installornpm installto install dependencies - On the terminal run
npm run startopen up the live server - To run tests write
npm run teston the terminal
Contributing
- Fork the project
- Create your feature branch
git checkout -b awesome-feature - Commit your changes
git commit -m 'Awesome feature' - Push it
git push -u origin awesome-feature - Open a pull request using this branch