Tutorial Work: Teaches React fundamentals to create a tac-tac-toe game that has historic rollback abilities via immutability.
Screenshot 1: At 4 moves | Screenshot 2: Winner X at 7 moves |
- CD to project folder in a shell terminal
- Run npm start
- Launch http://localhost:3000 in the browser, you should see an empty tic-tac-toe field.
[N/A]
- A web browser.
- JavaScript
- ReactJS
- ReactDOM
- slice()
- immutable objects
- Title: Tutorial: Intro to React
- URL: https://reactjs.org/tutorial/tutorial.html
- Channel: ReactJS.org
Tic-Tac-Toe, Tutorial, ReactJS, Immutable, Game
- Tutwrk: This is term I use to indicate the work I did when following a tutorial. This term is differentiated from tutorials I may create/author in the future that will be designated with the term "Tutorial".