Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.3 KB

File metadata and controls

65 lines (53 loc) · 2.3 KB
INFO PROPERTY VALUE
Program Name Tutwrk: Intro to React
Public File Name README.md
Local File Name README.md
Date Created 04/11/22
Date Modified --
Version 1.00
Programmer Eric Hepperle
Techologies react ReactJS

Purpose:

Tutorial Work: Teaches React fundamentals to create a tac-tac-toe game that has historic rollback abilities via immutability.

Sample Tic-Tac-Toe Game Results:

Tutorial Work: Intro to React Tic-Tac-Toe (screenshot 1) Tutorial Work: Intro to React Tic-Tac-Toe (screenshot 2)
Screenshot 1: At 4 moves Screenshot 2: Winner X at 7 moves

Usage:

  1. CD to project folder in a shell terminal
  2. Run npm start
  3. Launch http://localhost:3000 in the browser, you should see an empty tic-tac-toe field.

Sample results:

[N/A]

Requires:

  • A web browser.

Demonstrates:

  • JavaScript
  • ReactJS
  • ReactDOM
  • slice()
  • immutable objects

Based on this tutorial:

TAGS:

Tic-Tac-Toe, Tutorial, ReactJS, Immutable, Game

VOCAB:

  • 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".

Resources: