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

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

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!




React




Vite




TypeScript




Bun

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
```