I created a Tic Tac Toe to challenge your friends !
How it's made Tech used: HTML, CSS, JavaScript, Framework of choice I created a couple objects in javaScript. There's an object for the user, a tie, and a winning result. There's a function that calculate winner based on index is being clicked by the user.
Lesson Learned No matter what your experience level, being an engineer means continuously learning. I learned how to use more OOP with this project.