Skip to content

SupremeSalvatore/react-recipe-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Recipe Finder

This app is made for practice in react using food2fork api with react router and some bootstrap. This was from tutorial I found on Youtube channel Code Addict.
You can check app here https://supremesalvatore.github.io/react-recipe-finder/

Requirements

In order to create start this app you will need to make .env file in root of the file with containing env variables:

REACT_APP_RECIPE_KEY='YOUR_API_KEY'
REACT_APP_BASE_URL='https://cors-anywhere.herokuapp.com/https://www.food2fork.com/api/'
REACT_APP_PUBLIC_URL='https://your-username.github.io/your-repo-name'

Available Scripts

Install packages from package.json

yarn install

In order to start application after you make .env

yarn start

Make build folder

yarn build

Deploy on Github pages with gh-pages package you already installed

yarn deploy

This project was bootstrapped with Create React App.

License

MIT