This project implements the games shown in the following course with React and TypeScript instead of vanilla JavaScript:
- Rock Paper Scissors
- Memory Game
- Whac-a-mole
- Breakout
- Frogger
- Connect Four
- Space Invaders
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev