Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Application from the React Tutorial
- Host: GitHub
- URL: https://github.com/paulfioravanti/tic-tac-toe
- Owner: paulfioravanti
- Created: 2020-06-22T09:36:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:22:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T05:12:50.167Z (almost 2 years ago)
- Topics: javascript, react, react-tutorial, tutorial, typescript
- Language: TypeScript
- Homepage: https://paulfioravanti.com/tic-tac-toe/
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- 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 [email protected]: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/