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.
Standard todo app. Full CRUD functionality. Local storage data persistence.
Yahtzee game. Click on dice to freeze between rolls. Choose appropriate score between rounds (error checking to prevent invalid scoring choice).
Fetch jokes from an API. Reorder based on your ranking. Emoji faces respond to upvote and downvote ordering. Data persistence with local storage.
Another todo app, this time using Context, useReducer hook, and Material UI. Data persistence with local storage.