# TicTacToe
This is a project that I consider fundamental to every developers learning journey, a lot of fun to make and definitely some good practice with OOP and event listeners.
Link to project: https://luisejaar.github.io/TicTacToe/
Tech used: HTML, CSS, JavaScript
- Incorporate a modal for the winner declaration
- Using objects more
- Using more complicated event listeners / logic