Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.03 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.03 KB

Tic Tac Toe React

Version Static Badge GitHub License GitHub Created At GitHub top language Version

Description

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.

image

Features

  • 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

Install

  1. Before continuing with the installation you must have Node.js and npm installed on your operating system. If you do not have it, proceed to install it.

  2. Clone this repository:

    https://github.com/alexdevzz/tic-tac-toe.git
  3. Navigate to the project directory:

    cd directory-name
  4. Then install all the project dependencies found in the package.json file:

    npm install
  5. Once the dependencies are installed, proceed to start the application:

    npm run dev
  6. Ready !!!