Tuesday, Aug 31, 2021
shippedSet up a tic-tac-toe repository from scratch
Anurag Verma created a new tic-tac-toe project in anurag629/tic-tac-toe, laying out the initial structure with four commits across HTML, CSS, and JavaScript files.
The repository started with an initial commit [1], followed by documentation work where Anurag added a README file [2]. He then committed all three project files together [3], and finished by renaming the main HTML file to index [4], which establishes the entry point for the web-based game.
Sources
- Initial commit · anurag629/tic-tac-toe
- Update README.md · anurag629/tic-tac-toe
- added all three files · anurag629/tic-tac-toe
- change name to index · anurag629/tic-tac-toe