All Projects → devrsi0n → React 2048 Game

devrsi0n / React 2048 Game

Licence: mit
🎮 A fancy 2048 game build with react, redux best practices.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React 2048 Game

React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-95.01%)
Mutual labels:  eslint, prettier, stylelint
Expo Netflix
Netflix UI Clone with React Native & Expo || web support => https://expo-netflix.vercel.app
Stars: ✭ 297 (-25.94%)
Mutual labels:  eslint, prettier, pwa
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (+27.18%)
Mutual labels:  eslint, prettier, scss
Nextjs Ts
Opinionated Next JS project boilerplate with TypeScript and Redux
Stars: ✭ 134 (-66.58%)
Mutual labels:  prettier, stylelint, scss
figma-plugin-typescript-boilerplate
Figma plugin TypeScript boilerplate to start developing right away
Stars: ✭ 43 (-89.28%)
Mutual labels:  stylelint, eslint, prettier
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-86.53%)
Mutual labels:  eslint, stylelint, scss
next-pwa-template
Next.js progressive web app template
Stars: ✭ 266 (-33.67%)
Mutual labels:  pwa, eslint, prettier
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (-86.28%)
Mutual labels:  stylelint, eslint, prettier
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (-69.33%)
Mutual labels:  eslint, stylelint, scss
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-83.79%)
Mutual labels:  eslint, prettier, pwa
dva-typescript-antd-starter-kit
A admin dashboard application demo based on antd by typescript and dva
Stars: ✭ 61 (-84.79%)
Mutual labels:  stylelint, eslint, prettier
Web Configs
Common configurations for building web apps at Shopify
Stars: ✭ 302 (-24.69%)
Mutual labels:  eslint, prettier, stylelint
create-react-typescript-app
Integrating Reactjs with Typescript + ESLint
Stars: ✭ 20 (-95.01%)
Mutual labels:  eslint, prettier
elint
A easy way to lint your code
Stars: ✭ 38 (-90.52%)
Mutual labels:  stylelint, eslint
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-96.01%)
Mutual labels:  eslint, prettier
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-95.26%)
Mutual labels:  eslint, prettier
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-95.01%)
Mutual labels:  eslint, prettier
node-boilerplate
Node Typescript Boilerplate for Microservices. Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)
Stars: ✭ 92 (-77.06%)
Mutual labels:  eslint, prettier
SENT-template
Skip setup and start code with SENT (Sapper Express Node Template) and other tools
Stars: ✭ 69 (-82.79%)
Mutual labels:  eslint, prettier
Fabric
💪一些保证代码质量的配置
Stars: ✭ 258 (-35.66%)
Mutual labels:  eslint, stylelint

React-2048-game | 中文

travis-ci codecov node tested with jest styled with prettier

 

React Webpack Redux React Router Redux saga ESLint Jest Yarn

 

A fancy 2048 game build with react, redux best practices. Uses many awesome open source tools to improve code styles, includes eslint, stylelint, prettier, and Travis, codecov continuous integration services to be guaranteed for code quality and deploy application automatically. Show ❤️ by 🌟.

👉 Start the game

Quick start

Require nodejs version > 6.10 as config scripts were wrote in es6+, also recommend to use yarn to manage project dependencies instead of npm. After fork the project following below commands to get started.

  npm i -g yarn # Install yarn
  git clone [email protected]:<your name>/React-2048-game.git
  cd React-2048-game
  yarn # Install dependencies
  yarn start # Start local developing mode
  yarn test # Run test code
  yarn build # Build the project from source

Technologies

This app has a rich development experience using the following technologies:

Tech Description Learn More
React Declarative, component based view library. Codecademy Course
Redux A predictable state container. Supports time-travel debugging. Learn Redux
Redux saga Handles side effect model for Redux apps. Async operations using redux-saga
React Router Declarative, multi-platform routing library for React Official guide
Babel Compiles ES6 to ES5. Uses the latest features of JavaScript today. Learn ES2015
Webpack Bundles npm packages and all kinds of assets, scripts into a single app. Supports hot reloading via webpack-dev-server. Learn Webpack in 15 Minutes
Jest Tests JavaScript with built-in assertions automatically, integrates with Enzyme for DOM testing in node environment. Official guide
ESLint Analyze and lint JavaScripts. Reports syntax and style issues. ESLint rules
SCSS Powerful professional grade CSS extension language with variables, mixin, functions, and more. Getting Sassy with CSS

License

MIT

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].