This workshop uses the PokéAPI to create an example React/Redux application.
Follow the step markdown files in the docs folder, starting with docs/step1
The final application code is already present in the src/ directory.
You can run the application to view the final project in your local browser, or view it deployed on Netlify.
Once you are ready to begin, delete the src directory files and follow the steps in the docs folder.
Make sure Node is installed. Node: version 15.13.0
You can use the Homebrew package manager to install Node:
brew install [email protected]
Use the Windows Installer from the Node website.
- Install the node modules:
npm install
- Run the application
npm run start
- Navigate to localhost:3000 in your browser.
- Egghead.io The Beginners Guide to React
- Egghead.io Fundamentals of Redux Course from Dan Abramov
- Egghead.io Redux with React Hooks