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

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

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).