Skip to content

Advanced React course, covers Context and Hooks, multiple projects

Notifications You must be signed in to change notification settings

glapadre/modern-react-bootcamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern React Bootcamp

Advanced React course, project based, including topics such as Context and Hooks. Below are a few screenshots of several projects.


Interactive game, attempt to turn off all lights on the board.

lights-out



Standard todo app. Full CRUD functionality. Local storage data persistence.

todo-app



Yahtzee game. Click on dice to freeze between rolls. Choose appropriate score between rounds (error checking to prevent invalid scoring choice).

yahtzee



Fetch jokes from an API. Reorder based on your ranking. Emoji faces respond to upvote and downvote ordering. Data persistence with local storage.

dad-jokes



Another todo app, this time using Context, useReducer hook, and Material UI. Data persistence with local storage.

todo-context-hooks

About

Advanced React course, covers Context and Hooks, multiple projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • CSS 15.5%
  • HTML 13.1%