https://github.com/gcedo/react-solitaire
React implementation of the famous solitaire card game
https://github.com/gcedo/react-solitaire
immutablejs react react-dnd redux solitaire
Last synced: 5 months ago
JSON representation
React implementation of the famous solitaire card game
- Host: GitHub
- URL: https://github.com/gcedo/react-solitaire
- Owner: gcedo
- License: mit
- Created: 2015-10-07T20:27:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T15:06:37.000Z (about 6 years ago)
- Last Synced: 2023-11-07T16:59:06.839Z (about 2 years ago)
- Topics: immutablejs, react, react-dnd, redux, solitaire
- Language: JavaScript
- Homepage: http://gcedo.github.io/react-solitaire/
- Size: 2.13 MB
- Stars: 180
- Watchers: 4
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-solitaire
[](https://travis-ci.org/gcedo/react-solitaire)
[](https://coveralls.io/github/gcedo/react-solitaire?branch=master)
[](https://david-dm.org/gcedo/react-solitaire)
React implementation of the famous solitaire card game

React-solitaire features a suite of technologies for frontend development that I do deeply cherish:
- ui ➜ [react](https://facebook.github.io/react/)
- application architecture ➜ [redux](http://redux.js.org/)
- drag & drop ➜ [react-dnd](http://gaearon.github.io/react-dnd/)
- immutable data ➜ [immutable](https://facebook.github.io/immutable-js/)
- transpiling ➜ [babel](https://babeljs.io/)
- bundling ➜ [webpack](https://webpack.github.io/)
- testing ➜ [mocha](https://mochajs.org/)
Take a look at the [demo](http://gcedo.github.io/react-solitaire/dist/index.html).
## Quick Start
```
$ npm install
$ npm start
$ open http://localhost:3000
```