This project was bootstrapped with Create React App.
In the project directory, you can run:
Then
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.
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 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.
I implemented "offline storage" using localStorage. You can hook anything you want to replace local storage or write your own just for kicks :-P
Designed using Bulma.