Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.02 KB

File metadata and controls

66 lines (51 loc) · 1.02 KB

Collection of Games

A React + Vite arcade featuring several classic mini‑games with a shared scoreboard stored in localStorage.

Games Included

  • Memory Match
  • Snake
  • Minesweeper
  • Dino Jump
  • Breakout
  • Rock Paper Scissors
  • 2048

Features

  • Single‑page navigation between games
  • Persistent scores and best results (localStorage)
  • Responsive, lightweight UI

Tech Stack

  • React 19
  • Vite 7
  • ESLint 9

Getting Started

Prerequisites

  • Node.js 18+ recommended

Install

npm install

Run in Development

npm run dev

Build for Production

npm run build

Preview Production Build

npm run preview

Lint

npm run lint

Project Structure

src/
	components/   Reusable UI components
	pages/        Individual game pages + scoreboard
	styles/       Game and global styles

Scoreboard

Scores are saved locally in the browser. Use the Scoreboard page to view results or clear all stored scores.

Developed by Habtamu Befekadu (bold hab)