Plain Javascript implementation of the game "Tic Tac Toe".
Live Demo: https://ahmed-mgd.github.io/tic-tac-toe/
- Factory functions
- Module pattern
- HTML forms
- Taking some time to plan ahead of time is always a wise investment, regardless of the project's simplicity.
- I've improved at separating concerns according to the MVC design pattern. I tend to include excessive business logic on both the model and view.