Tic tac toe
đģ Project
A offline tic-tac-toe game made with React and TailwindCSS.
đ Technologies
This project was developed with the following technologies:
âšī¸ How To Use
To clone and run this application, you will need Git and Node.js installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/fellipeutaka/tic-tac-toe.git
# Install dependencies
# If you are using NPM
$ npm install
# If you are using Yarn
$ yarn install
# If you are using PNPM (current package manager)
$ pnpm install
# Start server
# If you are using NPM
$ npm run dev
# If you are using Yarn
$ yarn dev
# If you are using PNPM (current package manager)
$ pnpm dev
đ¤ How to contribute
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message> '
- Push to original branch:
git push origin <project_name> / <local>
- Create the pull request. Or, see the GitHub documentation on how to create a pull request.
đ License
This project is under the MIT license. See the LICENSE for details.
Made with âĨ by Fellipe Utaka đ Get in touch!