https://github.com/mateuseap/velhinha
Tic Tac Toe game made with React
https://github.com/mateuseap/velhinha
Last synced: about 1 year ago
JSON representation
Tic Tac Toe game made with React
- Host: GitHub
- URL: https://github.com/mateuseap/velhinha
- Owner: mateuseap
- Created: 2023-03-12T13:30:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T06:08:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T03:51:29.861Z (over 1 year ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
❌ Velhinha ⭕
Experience the classic Tic Tac Toe game with a modern twist. This project leverages React for the user interface, Vite for rapid development, TypeScript for type safety, and Bun for efficient bundling. It's both fun to play and an excellent learning resource!
Getting Started
To start playing Velhinha locally, follow these simple steps:
```bash
# Clone the repository
git clone https://github.com/mateuseap/velhinha.git
# Navigate to the project folder
cd velhinha
# Install dependencies
bun install
# Start the development server
bun run dev
```