All Projects → alexmngn → React Rock Paper Scissors

alexmngn / React Rock Paper Scissors

Rock Paper Scissors game built with ReactJS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Rock Paper Scissors

Kotlin Frontend Plugin
Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Stars: ✭ 578 (+78.4%)
Mutual labels:  webpack, karma
App Template
Boilerplate for Angular apps
Stars: ✭ 67 (-79.32%)
Mutual labels:  webpack, karma
Burnside
Fast and Reliable E2E Web Testing with only Javascript
Stars: ✭ 389 (+20.06%)
Mutual labels:  webpack, karma
Typescript Webpack Starter
⚡ create-ts-lib: A Starter Kit and a CLI to create your TypeScript / ES6 module bundled by Webpack without thinking about build or unit tests configurations. 🏠
Stars: ✭ 358 (+10.49%)
Mutual labels:  webpack, karma
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (-49.07%)
Mutual labels:  webpack, karma
Ionic Boilerplate
✨ An Ionic Starter kit featuring Tests, E2E, Karma, Protractor, Jasmine, Istanbul, Gitlab CI, Automatic IPA and APK, TypeScript 2, TsLint, Codelyzer, Typedoc, Yarn, Rollup, and Webpack 2
Stars: ✭ 309 (-4.63%)
Mutual labels:  webpack, karma
Nwb
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
Stars: ✭ 5,429 (+1575.62%)
Mutual labels:  webpack, karma
Semaphore Ng2 Webpack
Stars: ✭ 81 (-75%)
Mutual labels:  webpack, karma
Nutmeg
Build, test, and publish vanilla Web Components with a little spice
Stars: ✭ 111 (-65.74%)
Mutual labels:  webpack, karma
Cookiecutter Webpack
Boilerplate for webpack 2, babel, react + redux + hmr, and karma. Can be inserted into existing django projects.
Stars: ✭ 87 (-73.15%)
Mutual labels:  webpack, karma
React Cordova Boilerplate
TodoMVC example for react with development tools to build a cordova application
Stars: ✭ 206 (-36.42%)
Mutual labels:  webpack, karma
Angularjs Webpack Starter
🚀 A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
Stars: ✭ 173 (-46.6%)
Mutual labels:  webpack, karma
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (-29.32%)
Mutual labels:  webpack, karma
Instapy Gui
gui for instapy automation
Stars: ✭ 313 (-3.4%)
Mutual labels:  webpack
Filemanager Webpack Plugin
Copy, move, archive (zip/tar/tar.gz), delete files and directories before and after Webpack builds. Win32/Mac/*Nix supported
Stars: ✭ 310 (-4.32%)
Mutual labels:  webpack
Umi Admin
基于蚂蚁金服 umi 可插拔的企业级 react 应用框架开发的 Admin。最核心特点:对后端开发人员友好
Stars: ✭ 310 (-4.32%)
Mutual labels:  webpack
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-1.85%)
Mutual labels:  webpack
Wp Webpack Script
💥🔥📦👩‍💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.
Stars: ✭ 314 (-3.09%)
Mutual labels:  webpack
Kratos Boilerplate
🔥 A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Stars: ✭ 308 (-4.94%)
Mutual labels:  webpack
React Redux Chat
🔥🔥react+redux-chat 模仿实现PC微信聊天系统。
Stars: ✭ 308 (-4.94%)
Mutual labels:  webpack

react-rock-paper-scissors

This is a project example of the game "Rock Paper Scissors" built with React.js.

The architecture is feature-based and follows the recommendation from the article I wrote on Medium: How to better organize your React applications?

It can easily be extended to different versions of the game, such as "Rock Paper Scissors Lizard Spock"

The project has unit tests which only covers the main game features.

You can fork and clone the project and run npm install to install the external dependencies. This project has been tested with node v7.7.1 and npm 4.1.2.

Helpful commands

You have the following CLI commands available:

  • npm run start Runs the project with webpack-dev-server and serves it on http://localhost:3333

  • npm run test: Runs unit tests via Karma, in Chrome by default

  • npm run lint: Runs ESLint against your source and config files

  • npm run build Runs Webpack build

  • npm run serve Serves the build/ folder contents

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].