Initial commit

This commit is contained in:
djmil 2023-07-31 11:19:40 +02:00
commit 7e666b1615
2 changed files with 17 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# TicTacToe
A small tic-tac-toe game build with ReactJS