Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 3.75 KB

README-en.md

File metadata and controls

77 lines (63 loc) · 3.75 KB

Repository size Siga no Twitter Github last commit License Made by Vitória

Tic Tac Toe React project

✅ Completed Project ✅

AboutInstallationDocumentationAuthorLicenseREADME

About

About the project

Project created in order to study the React library, following the introduction tutorial to React located on the language website. The original file has many steps that should have been deleted during the process, but I left them commented out so that I could study them in the future and during the project itself.

About the game

The objective of the game is very simple, just as the game of tic-tac-toe is already well known. To play, two people must participate and play alternately, filling in the blanks.
The step of each player is defined by X or O, and the objective of each is to form a line with three equal symbols, whether horizontally, vertically, or diagonally.

Project Preview

Installation

You can view the project without any installation via codepen.io, on the same site you can also view the entire line of code (without comments).

You can also clone the repository locally via HTTPS, SSH and the GitHub CLI.

Don't forget that you must install node_modules as it doesn't come bundled with the cloned repository. To install it use the command to install all the dependencies mentioned in the package.json file:

npm instal

After that, to run the project, use:

npm start

Documentation

The React documentation can be found on the library's website.


Author

Project Author
Vitória Garrucho
Made with ❤️

Contact me through my social!
Twitter Badge Linkedin Badge Gmail Badge

License

This project is under license MIT.

Made with ❤️ by Vitória Garrucho

Contact me!

README

Português | English