https://github.com/ixahil/react-mini-projects
React Mini Projects
https://github.com/ixahil/react-mini-projects
miniprojects reactjs
Last synced: 7 months ago
JSON representation
React Mini Projects
- Host: GitHub
- URL: https://github.com/ixahil/react-mini-projects
- Owner: ixahil
- Created: 2023-11-29T09:42:40.000Z (almost 2 years ago)
- Default Branch: tic-tac-toe
- Last Pushed: 2024-10-09T07:58:09.000Z (12 months ago)
- Last Synced: 2025-01-12T16:23:51.452Z (9 months ago)
- Topics: miniprojects, reactjs
- Language: TypeScript
- Homepage: https://mini-projects-psi.vercel.app
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe Game built with React using Vite
Live Demo: [Demo](https://tictactoe.sahildev.pro)
## Run Local
- Install packages:
```js
pnpm install
```
- Run:```js
pnpm run dev
```