I built a Tic-Tac-Toe game using vanilla JavaScript, HTML5, and CSS. Building a project is different from watching a tutorial. You must solve real problems. Creating a user interface requires more ...
I used HTML5, CSS3, and Vanilla JavaScript. Yesterday I built Rock Paper Scissors. Today I moved to a 100-cell grid. This required tracking positions across a mathematical layout. Here is how I built ...