Open source chess game application by meteor + react following mantra spec

I would like to share an open source chess game application developed using meteor + react + redux + material-UI + react-router following Mantra spec.

Free demo application: wechess.net
Github source: wechess

Main ideas:

  1. This app is for play any chess games between friends anytime anywhere on any devices.

  2. It is designed with mobile first. Its UI will adjust automatically for any devices.

  3. Currently it includes go game and chess game, more games can be added.

  4. It includes a manual lib which can be extended to more.

Note[Jun 21th, 2016]: Just switched from flow router to react router so that it will be less depends on meteor and more at react community side. And we can use redux to store all local states instead of separate them on two places (redux and flowrouter).

9 Likes