Skip to content

lougoncharenko/tic-tac-toe

Repository files navigation

REACT Tic Tac Toe Game

Screen Shot 2022-12-01 at 12 23 51 PM
About A web application that uses the React framework to create an interactive tic tac toe game
Author Louisa Goncharenko
Goal Develop a robust REACT web application that uses hooks and props to make create a game.

Installation

  • clone repo and run npm install in base directory

Running Application

  • npm start to start development environment
  • npm run build to build project to a '/dist' folder

File Structure

Recipe-React-App/
├── Public         #  Folder that holds index.html file
Src/
├── components # Folder that holds all JSX components
├── App.tsx     # File that imports all component files and renders to App function.
├── index.tsx # Main File that renders React.dom

Core Technologies & Concepts Used

  • TypeScript
  • React Framework
  • HTML
  • CSS

About

Tic-tac-toe with OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published