ozrabal / hangman

Simple hangman game made in ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman game

This project was bootstrapped with Create React App. To find our what it has to offer go to User Guide.

Development

Create local environment config file from dist

cp .env.local.dist .env.local

Install dependencies

yarn install

Start development server via react-scripts

yarn start

Build production application via

yarn build

Start tests via

yarn test

Start tests with coverage info

yarn coverage

Suggested Chrome extensions for development

  • React Developer Tools - Adds React debugging tools to the Chrome Developer Tools.
  • Redux DevTools - Redux DevTools for debugging application's state changes.
  • Immutable.js Object Formatter - Transforms Immutable JS objects to a more readable format when they are logged to the console.
  • React-Sight - Extends the Developer Tools, adding a sidebar that displays React Component Hierarchy.

What's inside ?

  • immutable - Immutable collections for JavaScript
  • react - A JavaScript library for building user interfaces
  • react-immutable-proptypes - PropType validators that work with Immutable.js.
  • react-redux - Official React bindings for Redux
  • redux - Redux is a predictable state container for JavaScript apps.
  • redux-saga - An alternative side effect model for Redux apps
  • redux-thunk - Thunk middleware for Redux

About

Simple hangman game made in ReactJS

License:MIT License


Languages

Language:JavaScript 94.3%Language:CSS 3.5%Language:HTML 2.1%