Link: https://theonlyhamstertoh.github.io/tictactoe/
- The importance of pre-planning
- Refactoring code
- transition animations
- factory functions + modular functions
- multi-page
- Learned deeper responsive mobile design
- @media query usage
- adding bots
I learned a great deal out of this tic tac toe project. This was rebuilt after decidign to restart from scratch again. Through this experience, I learn to more effectively organize my code with modular functions, writing cleaner code with as less duplication, and to keep everything tuck into their own private scope. I learn from this experience that breaks are best for upmost prodcutivity. Spending 10-20 minutes pre-planning the steps I will take boost my performance as well. Overall, it was a ambitious project for me trying to do all the animations. I'm reliefed I finished it and can move on.