The Easy Recipes is a single-page application built with React and Redux which fetches data from the API. The app contains main and detail pages with responsive styling. Every page, the main page, and pages for each item have a unique route within the SPA. React components, as well as Redux action creators, were tested with Jest and React Testing Library.
To get a local copy up and running follow these simple example steps.
Step 1: git clone https://github.com/SarvarKh/Recipes-catalogue.git
Step 2 - navigate to the cloned directory:
cd Recipes-catalogue
Step 3 - install npm pckage manager:
npm install
Step 4 - open the app in development mode:
npm start
Last step will open http://localhost:3000 to view it in the browser.
👤 Sarvar Khalimov
- GitHub: @SarvarKh
- Twitter: @KhalimovSarvar
- LinkedIn: @sarvar-khalimov
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.
For this app uses the Meal DB API server.
Relevant links: Website Facebook page Twitter page