Skip to content

Tic tac toe in Javascript using Redux without any UI frameworks

Notifications You must be signed in to change notification settings

scottmcallister/es6-redux-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Redux Tic Tac Toe

A fully functional game of Tic Tac Toe that uses Redux for game state management without relying on any UI Framework/Library (React, Angular, etc).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need Node JS and NPM installed on your machine to run this app locally.

Installing

Make sure the project's NPM package dependencies are installed:

$ npm install

Start up the dev server with the following command:

$ npm run dev

You should see the app running locally on port 8080

Running the tests

You can run the project's unit tests like this:

$ npm run test

If everything runs smoothly, you should see a happy kitty.

Built With

  • Redux - Game state management in UI
  • Mocha - Unit testing

About

Tic tac toe in Javascript using Redux without any UI frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published