An open API service indexing awesome lists of open source software.

https://github.com/doneee/gridlock

Simple puzzle game built with React
https://github.com/doneee/gridlock

Last synced: 11 months ago
JSON representation

Simple puzzle game built with React

Awesome Lists containing this project

README

          

Gridlock
-------------------
> Gridlock is a puzzle game built to practice and demonstrate my experience with React and other supporting technologies.

##### Live Demo: TODO

## How to use
Setup
```
npm run install
```
Development
```
npm run dev
```
Testing
```
npm run test
```
Deploying
```
TODO: npm run deploy
```

Production
```
TODO: npm run start
```
## Technologies used:
* ES6
* Node.js
* React
* Redux
* React-Router
* Babel
* Webpack
* Sass
* Jest
* Enzyme