Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. ⚡️
- Host: GitHub
- URL: https://github.com/fonsecaj/react-pokematch
- Owner: fonsecaj
- Created: 2024-12-19T17:46:43.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T07:40:14.000Z (18 days ago)
- Last Synced: 2024-12-20T08:29:53.377Z (18 days ago)
- Topics: bun, memory-card-game, pokemon, react, typescript, vite
- Language: TypeScript
- Homepage: https://react-pokematch.netlify.app/
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)