/tic-tac-toe

Primary LanguageJavaScriptMIT LicenseMIT

tic-tac-toe

Overview

Why build this?

The purpose of this project was to become familiar with React.js and to practice CSS.

Built by following the tutorial on the React.js website.

This project was bootstrapped with Create React App.

Can I try it?

Of course!

Visit tictacs.netlify.com to try out the game!

Why host it on Netlify? It's free. It's easy to use. It's super fast.

Getting Started

Prerequisites

  1. Install Git from here
  2. Install Node.js and NPM from here
  3. Clone this repository by running git clone https://github.com/AdrianaCucu/tic-tac-toe
  4. Enter the project folder: cd tic-tac-toe
  5. Install dependencies: npm install

Development 🤺

Run the app in the development mode:

npm run start

Open http://localhost:3000 to view it in the browser 🌍

Deployment 🚀

Build the app for production to the build folder:

npm run build

This bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.

The app is now ready to be deployed!

See React's documentation section about deployment for more information.

Credit

Built with ❤ by A.C.