Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/teneplaysofficial/memory-game-test-your-memory-skills

A beautiful and engaging memory card game built with React, TypeScript, and Tailwind CSS. Created in under 5 minutes.
https://github.com/teneplaysofficial/memory-game-test-your-memory-skills

lucide-icons memory-game reactjs tailwindcss typescript ui vitejs webapp webgame

Last synced: 20 days ago
JSON representation

A beautiful and engaging memory card game built with React, TypeScript, and Tailwind CSS. Created in under 5 minutes.

Awesome Lists containing this project

README

        

# Memory Game 🎮

A beautiful and engaging memory card game built with React, TypeScript, and Tailwind CSS. Created in under 5 minutes using [StackBlitz Bolt](https://stackblitz.com/bolt)!

## 🎯 Features

- Sleek and modern UI with smooth animations
- Score tracking and move counter
- Best score persistence
- Responsive design
- Beautiful card flip animations
- Emoji-based matching pairs

## 🚀 Live Demo

Play the game here: [Memory Game](https://memorycardgamebytene.netlify.app)

## 🎨 Technologies Used

- React 18
- TypeScript
- Tailwind CSS
- Vite
- Lucide Icons

## 🎮 How to Play

1. Click "Start Game" to begin
2. Click on cards to flip them
3. Find matching pairs of emojis
4. Complete the game with the fewest moves possible
5. Try to beat your best score!

## 🛠️ Development

```bash
# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build
```

## 📝 License

MIT

---
Made with ❤️ using [StackBlitz Bolt](https://stackblitz.com/bolt)