Courses Outline
Lesson 1: React RPS Intro
Lesson 2: Initial Setup
Lesson 3: Score and Results
Lesson 4: Choose and Play
Lesson 5: Adding Context API
Lesson 6: Retrieving Values From Context
Lesson 7: Initial State Context
Lesson 8: Creating ScoreReducer
Lesson 9: Selecting Playerhand Choice
Lesson 10: Playerhand Active Class
Lesson 11: Test Setup with Vitest
Lesson 12: Testing ScoreReducer
Lesson 13: Testing Hand Selection
Lesson 14: Testing Options Context
Lesson 15: Generate Computer Random Option
Lesson 16: Add Computer Option to Context
Lesson 17: Countdown Timer
Lesson 18: Testing Countdown Timer
Lesson 19: Player and Computer Score
Lesson 20: Checking The Winner
Lesson 21: Update ScoreReducer with Winner
Lesson 22: Display Score Results
Lesson 23: Testing Display Score Results
Lesson 24: Playing Hand Shake
Lesson 25: Winner Animation
Lesson 26: Testing Winner Animation
Lesson 27: Reset The Game
Lesson 28: Tests Coverage