A simple Tic-Tac-Toe game built in React. This project focuses on learning React fundamentals, JavaScript, and Node/NPM while implementing a unique state awareness feature. Players can click on any previous move to rewind the game's state.
- Understanding basic React components and structure.
- Exploring JSX syntax.
- Managing state and props within React.
- Utilizing Node.js and NPM for project setup and dependencies.
- Implementing state management for historical game tracking.
- Classic Tic-Tac-Toe gameplay.
- State awareness: Click on any previous move to return the game board to that point.
Test it live: Play the game directly on GitHub Pages
-
Clone the repository:
git clone https://github.com/nboswell216/my-first-app.git
-
Install dependencies:
cd my-first-app npm install
-
Start the development server:
npm start
- This project is intended for learning purposes. It may not represent production-ready code or best practices.
- Feel free to experiment and modify the code!