A React + Vite arcade featuring several classic mini‑games with a shared scoreboard stored in localStorage.
- Memory Match
- Snake
- Minesweeper
- Dino Jump
- Breakout
- Rock Paper Scissors
- 2048
- Single‑page navigation between games
- Persistent scores and best results (localStorage)
- Responsive, lightweight UI
- React 19
- Vite 7
- ESLint 9
- Node.js 18+ recommended
npm installnpm run devnpm run buildnpm run previewnpm run lintsrc/
components/ Reusable UI components
pages/ Individual game pages + scoreboard
styles/ Game and global styles
Scores are saved locally in the browser. Use the Scoreboard page to view results or clear all stored scores.