A catalogue of recipes - A Single Page Application that fetches data from Spoonacular API and stores it in the Redux store, then displays it on the website. The website has two pages using a unique route. The first page shows a list of Recipes and the second page shows information about a specific recipe.
- React
- React-Create-App
- React-DOM
- Redux
- npm
- CSS
- ES6
- Spoonacular API
To get a copy up and running follow these simple example steps:-
- Clone
https://github.com/Mupa1/tasty.git
to your local machine. - Run
npm install
to install dependencies. - Run
npm start
to view the app live on your browser.
To make changes open the tasty folder in your favorite editor.
- Navigate to the src folder to make any changes.
- Run
npm start
to preview changes live on your browser. - When you finish your changes, run
npm run build
to create the production files to the dist folder.
npm run test
👤 Mupa M'mbetsa Nzaphila
- Github: @mupa1
- Twitter: @mupa_mmbetsa
- Linkedin: mupa-mmbetsa
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!