Skip to content

CatPerry/react-hooks-tic-tac-toe-with-AI-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Classic: Tic-Tac-Toe Using React Hooks

React Hooks Tic Tac Toe with AI Bot

This simple app uses the following features

  • React Hooks - for a fully functional programming approach
  • Componentization - lends toward scaling of game types and app as a whole
  • JavaScript methods like concat and splice to accomplish flattening and chunking to get the data to mirror what the API expects
  • Limited but exisent built-in accessibility, particularly with buttons as the main interactive element, which can be control with hands-free accessible tools; and nice large font
  • Login Form that validates the email address. There's no user, perse, here but I have the email to create a bearer token with.
  • Play with the computer! Uses an Open API backend
  • JWT Token stored in session storage
  • Scss/Sass for extensibility/scability

WIP - Things that arent included but could be: ● Loading spinner ● No finished state/screen, or a “You win” / “AI wins” or Draw messaging ● No board reset button ● Fix sizing of button vs parenttd square ● Simple tweks to make it mobile responsive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published