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 (https://www.themealdb.com/api.php) and then stored in the Redux store.
Contents |
---|
| Live Demo | | Video Presentation | | Screenshot | | Built With | | Getting Started | | Contributing | | Authors | | License |
- JavaScript
- React
- Redux
- JSX
- CSS
- 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
- 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
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!