Skip to content

danhdinh98/tic-tac-toe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

file structure:

package.json - overall project configuration file. Lets you configure dependencies and their versions, project scripts, etc.

.gitignore - lets you specify which files or directories you want to ignore from git

public/index.html - initial html document for the website

src/App.js - contains the main react code for the application

src/index.js - inital java script file that is launched when the application is run

src/styles.css - contains css styling

package-lock.json - version locking for dependencies of dependencies

node_modules - large directory generated by npm install contains all installed dependencies

About

Making a tic tac toe game using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published