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. |
- clone repo and run
npm install
in base directory
npm start
to start development environmentnpm run build
to build project to a '/dist' folder
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
TypeScript
React Framework
HTML
CSS