Web-dev-mini-projects
Web-dev-mini-projects copied to clipboard
enhanced ui and improved readability of code by renaming variables and removing not needed comments of Tic-Tac-Toe Game
Refactored the entire JavaScript codebase for the Tic-Tac-Toe game to use modern practices and improve readability. Added a 'Main Menu' button to enhance user experience. Replaced all inline 'onclick' attributes with '.addEventListener()' for better separation of concerns and code management. Renamed variables and functions to be self-explanatory Added a 'Main Menu' button on the results screen Updated the HTML with accessibility attributes https://github.com/Ayushparikh-code/Web-dev-mini-projects/issues/ resolves #903 resolves #926 please let me know if any changes are needed
hello @Ayushparikh-code please do let me know if any changes are needed