Skip to content

kolagrey/Recipes-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes By Dolapo Grey (Demo Purposes Only)

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

Then

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

State Management & Offline Storage

Redux & Redux Thunk

State management is Redux with Redux Thunk for async actions. However, the recipe page uses local state, with axios call to the Recipes API if offline data is not available.

Local Storage

I implemented "offline storage" using localStorage. You can hook anything you want to replace local storage or write your own just for kicks :-P

UI

Designed using Bulma.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published