Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenaubit/tic-tac-toe-reactjs
A beautiful Tic Tac Toe game created using ReactJS
https://github.com/thenaubit/tic-tac-toe-reactjs
react react-component react-components react-router reactjs
Last synced: about 14 hours ago
JSON representation
A beautiful Tic Tac Toe game created using ReactJS
- Host: GitHub
- URL: https://github.com/thenaubit/tic-tac-toe-reactjs
- Owner: TheNaubit
- Created: 2020-01-27T04:08:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T20:53:49.000Z (over 1 year ago)
- Last Synced: 2024-12-29T10:05:21.852Z (3 days ago)
- Topics: react, react-component, react-components, react-router, reactjs
- Language: JavaScript
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe in ReactJS
This project is a bigger project than others from the tutorials I am creating in my blog (and that they will be ready soon, I will post a link to them here).Meanwhile I finish writing them, you can download this project and test it by yourself since all the code is full of comments explaining what I do and why I do that!
## Demo
Yeah, a demo is available! Test the demo [here](https://naucode.github.io/Tic-Tac-Toe-ReactJS/).## Main Features
In this project we work with:
- Stateless components
- Stateful components
- Components and subcomponents
- Webpack
- Git
- SCSS
- Node Modules
- LocalStorage
- CSS Animations
- React RoutesSo it is perfect to start learning, try it!
## How to install it?
Just run this code:
``` batch
git clone https://github.com/NauCode/Tic-Tac-Toe-ReactJS.git
```After that, enter in the folder using:
``` bash
cd .\tic-tac-toe-reactjs\
```And install the dependencies:
``` bash
npm install
```Run it:
``` bash
npm start
```And done!