Skip to content

TzolkinB/Modern-React-with-Redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern React with Redux

Udemy Tutorial: Modern React with Redux by Stephen Grider

Animals App

  • simple example of useState (comes from react library)
  • Click button to add random animal image. Click on animal image to make heart icon increase size.

Image Browser App

  • Uses Unsplash public API to search for term and display results

Book List App

Weather App

  • uses openweathermap.org's free API to get weather data
  • also uses google maps

Blog App


  • if you accidentally push node_modules to a repo by not putting them in the .gitignore file and need to remove them, run:
    • git rm -r --cached node_modules
    • git commit -m "remove the ignored node_modules directory"
    • git push origin master

About

Udemy Tutorial: Modern React with Redux by Stephen Grider https://www.udemy.com/react-redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published