Cool tic-tac-toe game with player selection, score counter, and light / dark mode.
Built using:
- React that utilize SVG
- Render for deployment
- Splitbee for analytics
Main purpose of this project is to learn Context in React.
- Clone this project
- Make sure you have NodeJS and npm installed. Then install all dependencies with
npm install
- Run app locally with
npm start
, it will opened on 'http://localhost:3000/'