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

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

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