Set up a tic-tac-toe repository from scratch
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] Initial commit anurag629/tic-tac-toe
- [2] Update README.md anurag629/tic-tac-toe
- [3] added all three files anurag629/tic-tac-toe
- [4] change name to index anurag629/tic-tac-toe