This was a coding challenge on freecodecamp.org
You can play TicTacToe either against a (bad) AI or another person. The AI places its ticks randomly on the board, therefore it is like playing against a little kid.
- basic CSS styling
- using vanilla JavaScript