This project consists of a modern, dynamic and simple web application created with the powerful JavaScript library (framework) React. It is a Tic-Tac-Toe game for two players, taking advantage of the advantages and facilities offered by React.
- Powered by Vite: Third-generation and ultra-fast build using the Vite tool
- Reusable Components: Built with modular components that make scalability and maintenance easy
- Responsive Design: Adaptable to any device, from mobile phones to large screens
- Minimalist User Interface: Minimalist and simple UI using React and CSS
- LocalStorage: Uses the browser's local storage to maintain the current state of the game
- Basic Hooks: Developed using the UseEffect and UseState hooks
-
Before continuing with the installation you must have
Node.js
andnpm
installed on your operating system. If you do not have it, proceed to install it. -
Clone this repository:
https://github.com/alexdevzz/tic-tac-toe.git
-
Navigate to the project directory:
cd directory-name
-
Then install all the project dependencies found in the
package.json
file:npm install
-
Once the dependencies are installed, proceed to start the application:
npm run dev
-
Ready !!!