This project is a responsive Tic Tac Toe game built with ReactJS, leveraging the power of Vite for a fast development experience and Tailwind CSS for a clean and customizable design.
It offers two game modes:
- Player vs. Player: Challenge a friend and see who dominates the board.
- Player vs. AI: Test your skills against a computer opponent and see if you can outsmart the machine!
- Modern Tech Stack: Leverages React for a dynamic user experience, Vite for a blazing-fast development environment, and Tailwind CSS for clean and customizable styling.
- Intuitive Gameplay: Simple and user-friendly interface makes it easy to learn and play.
- Responsive Design: Plays seamlessly on any device, desktop or mobile.
- Visually Appealing: Tailwind CSS ensures a modern and engaging design.
tic-tac-toe-game.mp4
- Home
- Board
- Square
- SlidingTab
ReactJS: JavaScript library for building user interfaces.
Vite: Build tool for optimizing development and production builds.
Tailwind CSS: Utility-first CSS framework for rapid styling.
git clone https://github.com/pawantech12/SCT-WD-3.git
cd SCT-WD-3-master
npm install or npm i
(or `yarn install` if you prefer Yarn)
npm run dev
``` (or `yarn dev`)
This will usually start the server on http://localhost:5173 by default.
- The website uses Tailwind CSS for styling. You can customize the styles by modifying the tailwind.config.js file or adding custom CSS in the src/styles directory.
This project is currently deployed to Vercel. You can access the live demo at the following URL: