https://github.com/dcdms/tic-tac-toe
Tic Tac Toe website to play solo or multiplayer.
https://github.com/dcdms/tic-tac-toe
eslint nextjs prettier react tailwind-variants tailwindcss typescript
Last synced: 8 months ago
JSON representation
Tic Tac Toe website to play solo or multiplayer.
- Host: GitHub
- URL: https://github.com/dcdms/tic-tac-toe
- Owner: dcdms
- Created: 2024-06-30T16:37:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T18:48:03.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T12:23:29.550Z (over 1 year ago)
- Topics: eslint, nextjs, prettier, react, tailwind-variants, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://tic-tac-toe-dusky-pi.vercel.app
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe

## Hello!
This is my Tic Tac Toe game website, where you will be able to:
- Play multiplayer (using the same device, at least for now)
- Play solo (I will make the algorithm clever soon)
Many thanks to [Frontend Mentor](https://frontendmentor.io) for this [coding challenge](https://www.frontendmentor.io/challenges/tic-tac-toe-game-Re7ZF_E2v) and the very beautiful design.
## Run Yourself
> Make sure you have Git (or GitHub CLI) and NodeJS installed before continue. See [how to install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [how to install NodeJS](https://nodejs.org/en/download/package-manager) if you need to.
Run the following commands to see this application on your own machine:
```sh
# Clone this repository
git clone https://github.com/dcdm3g/tic-tac-toe
# Go to the created folder
cd tic-tac-toe
# Install dependencies
pnpm i
# Start the NextJS development server
pnpm dev
```
Great! The NextJS development server should start at http://localhost:3000. See the [NextJS docs](https://nextjs.org/docs) if you need to.
## Technologies Used
- [NextJS](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [Tailwind Variants](https://www.tailwind-variants.org)
- [TypeScript](https://typescriptlang.org)
- [ESLint](https://eslint.org)