An open API service indexing awesome lists of open source software.

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

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)