Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fonsecaj/react-pokematch

Pokémon Memory Card Game built with React + TypeScript, powered by Bun and Vite. ⚡️
https://github.com/fonsecaj/react-pokematch

bun memory-card-game pokemon react typescript vite

Last synced: 18 days ago
JSON representation

Pokémon Memory Card Game built with React + TypeScript, powered by Bun and Vite. ⚡️

Awesome Lists containing this project

README

        


🃏 POKéMATCH 🃏



A lightweight Pokémon memory game crafted with React + TypeScript. Powered by Bun and Vite for blazing-fast development.

## ✨ Features

- 🃏 Classic memory card gameplay with Pokémon sprites
- 👾 UI inspired from [Pokémon GameBoy CSS](https://github.com/luttje/css-pokemon-gameboy)
- 🎵 Original game sound effects
- ⚡️ Lightning-fast performance with Bun + Vite
- 📱 Minimal responsive design

## 🚀 Getting Started

### Prerequisites

- [Bun](https://bun.sh/) installed on your machine

### Installation

1. Clone the repository
```bash
git clone https://github.com/fonsecaj/react-pokematch.git
```

2. Install dependencies
```bash
bun install
```

3. Start the development server
```bash
bun dev
```

Visit `http://localhost:5173` to start playing!

## 🛠️ Built With

- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Bun](https://bun.sh/)
- [Vite](https://vitejs.dev/)
- [styled-components](https://styled-components.com/)
- [Framer Motion](https://www.framer.com/motion/)