Skip to content

This project consists of a simple web application developed with React. It is a two-player Tic-Tac-Toe game, created taking the advantages offered by this framework.

License

Notifications You must be signed in to change notification settings

alexdevzz/react-tic-tac-toe

Repository files navigation

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 !!!

About

This project consists of a simple web application developed with React. It is a two-player Tic-Tac-Toe game, created taking the advantages offered by this framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published