bigamasta / chess-challenge

Chess challenge for internship at Unlease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess Challenge

My solution of chess challenge for internship at Unlease.

The demo of the application is available at:

http://unlease-chess.herokuapp.com/

Technologies used:

To run app locally (dev mode):

  1. Clone repo
  2. Install dependencies npm install
  3. Run app npm start

To run tests:

  1. Clone repo
  2. Install dependencies npm install
  3. Run tests npm test

Interesting directories:


├── /src/                       
    ├── /actions/               # Alt actions
    ├── /components/            # React components
    │   ├── /App
    │   ├── /Chessboard
    │   ├── /Figure
    │   ├── /Tile
    ├── /constants/             
    ├── /stores/                # Alt stores
    ├── /utils/

Made with ♥ by Patrik Prevuznak

About

Chess challenge for internship at Unlease

License:Apache License 2.0


Languages

Language:JavaScript 82.5%Language:CSS 10.1%Language:HTML 7.4%