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
into
the project - Run
git pull origin app
- Run
yarn install
ornpm install
to install dependencies - On the terminal run
npm run start
open up the live server - To run tests write
npm run test
on 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