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