This project is a classical Tic-tac-toe (noughts and crosses) game.
The project can do following actions:
- Mark players' moves
- Play realistic sounds when someone moves
- Show who needs to move
- Determine the winner
- Write down players' moves in a special box
- Have a game score (and button to clear it)
- Save the progress when the page is reloaded
In the project directory run: npm start - to run the project
During the development of the project React, JavaScript, HTML and CSS were used.