The objective of this project was to create a single page recipe catalogue using React, Redux and TheMealDB API.
-
A user can click on any category and get to see the meals listed under that category and in this case we are seeing the breakfast category.
-
A user can choose a category to view e.g beef only, Chicken only
-
Under each category, a user gets to see a variety of dishes to make a choice from.
-
Each dish chosen has a list of all the ingredients that were used to prepare it, area where it originates from and the category it belongs to
- HTML
- CSS
- JavaScript
- React
- Redux
- Node js
- TheMealDB API
- Heroku
- Code Editor
Follow the following steps to setup and run the project on your computer
node v14.5.0 ->
npm v6.14.5 ->
or yarn v1.22.4 ->
Code Editor eg, VsCode, Atom
Knowledge of HTML,CSS, Javascript, React, Redux
clone this repo by typing git clone "https:"
install the dependacies by typing npm install
start the local server by running npm start
this project is deployed on heroku
to get the deployment build of the code run npm run build
this project uses jest from testing , to run the tests type npm test
👤 Phemia Ampaire
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.