https://github.com/jacksonkasi0/cooking-time
build cooking recipe website using spoonacular api
https://github.com/jacksonkasi0/cooking-time
api meterial-ui npm reactjs redux
Last synced: 3 months ago
JSON representation
build cooking recipe website using spoonacular api
- Host: GitHub
- URL: https://github.com/jacksonkasi0/cooking-time
- Owner: jacksonkasi0
- Created: 2022-02-03T10:41:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T13:18:40.000Z (about 3 years ago)
- Last Synced: 2025-01-26T17:34:44.860Z (5 months ago)
- Topics: api, meterial-ui, npm, reactjs, redux
- Language: JavaScript
- Homepage: https://cooking-time.netlify.app
- Size: 649 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cooking Recipe Website using React & Spoonacular API
go to the website and get good experience
```this project we break the api 150 point limit on spoonacular 🐱💻```
## Deployment commands
Create a new directory, navigate to that directory in a terminal and clone the GitHub repository```
git clone https://github.com/jacksonkasi0/cooking-time.git
```Change directory to the pattern directory:
```bash
cd cooking-time
```From the command line, you should Enter:
```bash
npm install
yarn add
```## Add .env
.env file like this...
```bash
REACT_APP_FOOD_API_KEY=a6xxxxxxxxxxxxxxxxxxxxxxxxxxxx5a
REACT_APP_FOOD_API_KEY2=0cxxxxxxxxxxxxxxxxxxxxxxxxxxxxcf
REACT_APP_FOOD_API_KEY3=68xxxxxxxxxxxxxxxxxxxxxxxxxxxxb3
REACT_APP_FOOD_API_KEY4=6axxxxxxxxxxxxxxxxxxxxxxxxxxxx34
REACT_APP_FOOD_API_KEY5=c2xxxxxxxxxxxxxxxxxxxxxxxxxxxxa5
REACT_APP_FOOD_API_KEY6=c2xxxxxxxxxxxxxxxxxxxxxxxxxxxx0f
REACT_APP_FOOD_API_KEY7=c5xxxxxxxxxxxxxxxxxxxxxxxxxxxx40
REACT_APP_FOOD_API_KEY8=15xxxxxxxxxxxxxxxxxxxxxxxxxxxxae
REACT_APP_FOOD_API_KEY9=58xxxxxxxxxxxxxxxxxxxxxxxxxxxx3b
REACT_APP_FOOD_API_KEY10=48xxxxxxxxxxxxxxxxxxxxxxxxxxxx8a```
## Run ⚡
```
yarn start
```---
## Blog 📖
+ [Dev post about this](https://dev.to/jacksonkasi/cook-react-with-spoonacular-api-how-to-hack-api-5cj7)