a follow along with class of Udacimeals an Udacity course teaching Redux in a React application.
This uses the EDAMAM API found at developer.edamam.com for API keys. Purpose of this course is to have the developer follow along with methods that cover redux, react and also using actions, reducers and combiningReducers to be consumed. Understanding the lifecycle of Redux in state management in an React application.
To see the application running you will need to get keys from the API above and set them in a .env file at src/ directory. and be formated at such
REACT_APP_API_ID=<YOUR_API_ID>
REACT_APP_APP_KEY=<YOUR APP KEY>
then run
npm install
npm run start