In this project, I built a dynamic catalogue of recipes app using react/redux, Axios, promises, etc.
Recipes List page
with a list of recipes that could be filtered by some parameters; in this project, it's a list of recipes that can be filtered by ingredients (shrimp, broccoli, etc.)Recipe Item page
for the recipe details; in this example, the recipe detail page (Preview Recipe)
In this application, a user can search for recipes by category and get a list of all the meals. The user can also click on a particular meal to see the details of the ingredients and instructions on how to prepare it.
- React
- Redux
- JSX
- CSS
- JavaScript
- ESLint
- Jest
- Npm
- Axios
- Scss
To get a local copy up and running, follow these simple steps.
- node.js must be installed on your device
- Follow the steps below:
- Clone the repo
git clone https://github.com/Godswilly/food-recipes.git
- Change directory
cd food-recipes
- Install dependencies
yarn install
- Start the project
yarn start
yarn test
👤 Kalu Agu Kalu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give and ⭐️ if you like this project!
- Microverse
- Themealdb API
- Design idea by Marc-Antoine Roy on Behance