https://github.com/zeynabmvs/tic-tac-toe
React js game
https://github.com/zeynabmvs/tic-tac-toe
create-react-app jsx react responsive vercel
Last synced: 2 months ago
JSON representation
React js game
- Host: GitHub
- URL: https://github.com/zeynabmvs/tic-tac-toe
- Owner: zeynabmvs
- Created: 2024-03-04T13:22:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T10:11:47.000Z (over 2 years ago)
- Last Synced: 2025-06-01T16:54:49.497Z (about 1 year ago)
- Topics: create-react-app, jsx, react, responsive, vercel
- Language: JavaScript
- Homepage:
- Size: 341 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
This is a simple Tic-Tac-Toe game built with React.js. I developed this project as a learning exercise to explore the fundamentals of React and improve my skills in building interactive web applications.
## Live Demo
Address to live demo of project: https://tic-tac-toe-ochre-gamma.vercel.app/
## Features
- Play Tic-Tac-Toe against a friend.
- Track the game's state, including player turns and winner determination.
- View the game history and jump to any previous move.
- Responsive design for optimal viewing on various devices.
## Technologies Used
- React.js
- JavaScript (ES6+)
- HTML5
- CSS3
## Getting Started
To run the Tic-Tac-Toe game locally on your machine, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/zeynabmvs/tic-tac-toe
```
2. Navigate to the project directory:
```bash
cd tic-tac-toe
```
3. Install the necessary dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```
5. Open your web browser and visit `http://localhost:3000` to play the game.
## Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. Contributions are welcome!
## License
This project is licensed under the [MIT License](LICENSE).