Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandeep5521/tic-tak-toe
A simple and interactive Tic Tac Toe game built with React and styled using Tailwind CSS. Challenge a friend and enjoy the classic game with a modern, responsive design.
https://github.com/sandeep5521/tic-tak-toe
react reactjs tailwind-css tailwindcss
Last synced: 14 days ago
JSON representation
A simple and interactive Tic Tac Toe game built with React and styled using Tailwind CSS. Challenge a friend and enjoy the classic game with a modern, responsive design.
- Host: GitHub
- URL: https://github.com/sandeep5521/tic-tak-toe
- Owner: Sandeep5521
- Created: 2024-08-04T13:29:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T03:09:18.000Z (5 months ago)
- Last Synced: 2024-08-11T11:43:54.224Z (5 months ago)
- Topics: react, reactjs, tailwind-css, tailwindcss
- Language: JavaScript
- Homepage: https://tic-tak-toe-three.vercel.app
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe Game
A simple and interactive Tic Tac Toe game built with React and styled using Tailwind CSS. Challenge a friend and enjoy the classic game with a modern, responsive design.
## Demo
Check out the live version of the game: [Tic Tac Toe Game](https://tic-tak-toe-three.vercel.app/)
## Features
- **Single and Multiplayer:** Play against a friend or practice by yourself.
- **Responsive Design:** Enjoy a seamless experience on any device.
- **Interactive UI:** Built with React for a dynamic and engaging user experience.
- **Modern Styling:** Styled using Tailwind CSS for a clean and modern look.## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/your-username/tic-tac-toe.git
Navigate to the project directory:2. cd tic-tac-toe
Install the dependencies:3. npm install
Start the development server:4. npm start
The application will be available at http://localhost:3000.## Deployment
This project is deployed on Vercel. For your own deployment, follow these steps:1. Fork the repository and clone it to your local machine.
2. Push your changes to your GitHub repository.
3. Go to Vercel and create a new project, linking it to your GitHub repository.
4. Follow the deployment instructions on Vercel.## Technologies Used
React: A JavaScript library for building user interfaces.
Tailwind CSS: A utility-first CSS framework for rapid UI development.
Vercel: A platform for frontend developers, providing the speed and reliability needed to innovate.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any bugs or feature requests.