https://github.com/thiskevinwang/react-tictactoe-extras
Solutions to the additional tasks on React's tic-tac-toe tutorial
https://github.com/thiskevinwang/react-tictactoe-extras
answers react reactjs tictactoe
Last synced: 7 months ago
JSON representation
Solutions to the additional tasks on React's tic-tac-toe tutorial
- Host: GitHub
- URL: https://github.com/thiskevinwang/react-tictactoe-extras
- Owner: thiskevinwang
- Created: 2019-02-07T00:56:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T17:34:35.000Z (over 6 years ago)
- Last Synced: 2025-01-16T16:46:49.527Z (9 months ago)
- Topics: answers, react, reactjs, tictactoe
- Language: JavaScript
- Homepage: https://medium.com/@thekevinwang/react-%EF%B8%8F-tic-tac-toe-%EF%B8%8F%E2%83%A3-extras-88e68f025772
- Size: 318 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This repository contains my personal solutions to the [React.js Tic Tac Toe tutorial - extra tasks](https://reactjs.org/tutorial/tutorial.html#wrapping-up)## Misc
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and contains all the same available scripts.### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.