/tic-tac-toe

Introductory React tic-tac-toe application converted to the Hooks API.

Primary LanguageJavaScriptMIT LicenseMIT

Tic-Tac-Toe

The goal was to convert Intro to React to the Hooks API. Eventually, I would like to experiment with unit tests.

Getting Started

These instructions will get you a copy of the project up and running on your machine.

Prerequisites

Windows

Installation

git clone https://github.com/isaiahnixon/tic-tac-toe
cd tic-tac-toe
npm install
npm start

Now the application should be running on http://localhost:3000/.

Resources

Deployment

I refer to the Deployment section of the create-react-app documentation.

Contributing

Please read CONTRIBUTING.md for details concerning the code of conduct, and the process for submitting pull requests.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to the React Team for all they do and maintaining good documentation.