https://github.com/paulfioravanti/steno-tic-tac-toe
Tic-Tac-Toe game created in React with Plover stenography and Ultisnips vim snippets.
https://github.com/paulfioravanti/steno-tic-tac-toe
javascript plover react react-tutorial snippets stenography ultisnips
Last synced: 4 months ago
JSON representation
Tic-Tac-Toe game created in React with Plover stenography and Ultisnips vim snippets.
- Host: GitHub
- URL: https://github.com/paulfioravanti/steno-tic-tac-toe
- Owner: paulfioravanti
- License: mit
- Archived: true
- Created: 2023-07-02T23:26:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T00:03:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T02:31:35.816Z (8 months ago)
- Topics: javascript, plover, react, react-tutorial, snippets, stenography, ultisnips
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=3TDgZVIxncg
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Steno Tic-Tac-Toe
This is the codebase for my implementation of the [React tutorial tic-tac-toe
application][], created using [Plover][] stenography and [UltiSnips][] snippets,
for the [Steno Coding: React Tic-Tac-Toe][] video.Artefacts from the steno demo itself can be found in the [`demo/`][] directory.
## Dependencies
- [Node][] 20.3.1
- [React][] 18.2.0
- [Create React App][] 5.0.1## Setup
```sh
git clone https://github.com/paulfioravanti/steno-tic-tac-toe.git
cd steno-tic-tac-toe
npm install
```## Run
```sh
npm start
```Open in a web browser.
[Create React App]: https://create-react-app.dev/
[`demo/`]: ./demo
[Node]: https://nodejs.org/
[Plover]: http://www.openstenoproject.org/
[React]: https://react.dev/
[React tutorial tic-tac-toe application]: https://react.dev/learn/tutorial-tic-tac-toe
[Steno Coding: React Tic-Tac-Toe]: https://www.youtube.com/watch?v=3TDgZVIxncg
[UltiSnips]: https://github.com/SirVer/ultisnips