Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 286 Bytes

File metadata and controls

7 lines (6 loc) · 286 Bytes

React-tac-toe

A simple tic-tac-toe game built with React. The game allows you to play normally, but also retrace your steps and go back to previous moves.

Getting started

Clone the project and run npm i Start the server with npm start and go to localhost://3000