This is my first ever React app. I've build it using a React tutorial.
To see the page I created visit https://jeanettt.github.io/tic-tac-toe
The source code of this project is located at the main branch. To view the project locally:
- download the code from the main
- open in your IDE
- run
npm -i
- run
npm start
This project was bootstrapped with Create React App.