https://github.com/paulfioravanti/tic-tac-toe
Application from the React Tutorial
https://github.com/paulfioravanti/tic-tac-toe
javascript react react-tutorial tutorial typescript
Last synced: 8 months ago
JSON representation
Application from the React Tutorial
- Host: GitHub
- URL: https://github.com/paulfioravanti/tic-tac-toe
- Owner: paulfioravanti
- Archived: true
- Created: 2020-06-22T09:36:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:22:02.000Z (over 3 years ago)
- Last Synced: 2025-01-30T12:38:11.174Z (over 1 year ago)
- Topics: javascript, react, react-tutorial, tutorial, typescript
- Language: TypeScript
- Homepage: https://paulfioravanti.com/tic-tac-toe/
- Size: 2.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
This is my implementation of the Tic-Tac-Toe application built during the
[React Tutorial][].
No extra bits of functionality were added, but I did change some of the code
around so that it made more sense to me, added [ESLint][], and made things a
bit more strongly typed with [Typescript][].
## Install
```sh
git clone git@github.com:paulfioravanti/tic-tac-toe.git
cd tic-tac-toe
npm install
```
## Run
```sh
npm start
```
## Deploy
Currently deployed out on [Github Pages][] at
.
```sh
npm run build
npm run deploy
```
[ESLint]: https://eslint.org/
[Github Pages]: https://pages.github.com/
[React Tutorial]: https://reactjs.org/tutorial/tutorial.html
[Typescript]: https://www.typescriptlang.org/