The application is a recipes catalogue it uses TheMealDB Api to get the data and has three main pages.
The home page is a list of the available categories from which you can select a specific category to see the differents recipes for that category.
The category page is a list of the differents recipes within a specific category from which you can select a recipe to see the details it also have a category filter which allow you to easily filter the recipes.
The details page is the last and it basically provide the details about a specific recipe.
- javaScript
- React
- TheMealDB
- Redux
- Node js
- Netlify
Here are the steps to follow in order to get this project on your local computer.
node v12.16.3 +
npm v6.14.4 +
clone this repo by typing git clone
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
👤 Tresor bireke
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
This project is MIT licensed