Skip to content

boolfalse/react-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Recipes Blog app

Demo:

About:

React Recipes Blog app is a simple blog app built with React.js.

Installation:

  • Clone the repository and install dependencies:
git clone git@github.com:boolfalse/react-recipes.git
cd react-recipes
npm install
REACT_APP_SPOONACULAR_API_KEY="<API_KEY>"
REACT_APP_SPOONACULAR_API_GATEWAY="https://api.spoonacular.com"
  • Run the app:
- Run the application:
```bash
# for development
npm run start
# for production
npm run build

Resources:

About

Recipes Blog built with react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published