Skip to content

fac25/week5-Alex-Sumithra-ClientReactApp

Repository files navigation

Tic Tac Toe

Setup

Make sure you have Git and Node (v18) installed.

  • Clone a copy, cd into it

  • Run npm install to install all the dependencies

  • Run npm run dev to start the local dev server

Roles

Scrum facilitator/DevOps - Sumithra

User Experience lead/QA - Alex

User Stories

  • As a user I want to be able to play against my friend.

  • As a competetive user I want to be able to see the scoreboard.

Stretch Stories

  • As a non social user I want to be able to to play against the computer.

Criteria

  • Accept at least 2 kinds of user input
  • Have some form of persistent state and interactivity, e.g. Countdown timer, Score tracker, Previous guesses

Stretch criteria

  • Save your state to localstorage so you can leave the page and come back later

  • Make it look great