Git Product home page Git Product logo

dosuno's Introduction

icon example

An UNO Game made in Javascript 🎴

lerna typescript mit license

unoenty build unapy build

mockup

Click here to play this game

πŸ“Œ Overview

A simple UNO Game made in Javascript, supposed to be blazing easier and faster than Gartic to start playing.

πŸ”§ Technologies

  • Typescript
  • React.js
  • Socket.io
  • Lerna
  • Express
  • Material UI
  • Husky
  • Lint Staged
  • Git Commit Message Linter
  • ESLint
  • React DnD
  • MsgPackParser

πŸš€ Getting started

  1. Clone this repository
  2. Run the following command
# Install all shared dependencies
# Install dependencies for api
# Install dependencies for client
# Link all packages dependencies together
# Add env file for api
# Add env file for client
npm run setup
  1. Run the command below inside the root folder to startup all the needed resources (such as Redis).
npm run dev:resources
  1. Run the command bellow inside packages/unoenty and packages/unapy to start api and client.
npm run dev

Right here everything should be working fine. So, api will be available at http://localhost:5000 and client will be available at http://localhost:4000.

πŸ‘ Contributing

  1. Clone this repository to your machine.
  2. Create a new branch locally following the Git Karma pattern. Ex: feat/my-awesome-feature.
  3. Then, after coding your contribution, make a merge request for your branch.

πŸ—ΊοΈ Roadmap

Since we want to keep improving this game, you are able to see what we plan to do next on our Roadmap. Any idea or suggestion of improvement and bug solving is welcome!

πŸ’« Contributors

Thanks to all the people who contributed on this project!


Michele Della Mea

Lucas Coutinho de Oliveira

dosuno's People

Contributors

guilhermebkel avatar ryan-northplay avatar dependabot[bot] avatar renovate[bot] avatar snyk-bot avatar depfu[bot] avatar

dosuno's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): replace dependency @material-ui/core with @mui/material ^5.0.0
  • fix(deps): replace dependency @material-ui/icons with @mui/icons-material ^5.0.0
  • chore(deps): update dependency husky to v4.3.8
  • chore(deps): update dependency nodemon to v2.0.22
  • chore(deps): update dependency typescript to v3.9.10
  • chore(deps): update dependency @types/node to v14.18.41
  • chore(deps): update dependency eslint-import-resolver-typescript to v2.7.1
  • chore(deps): update dependency eslint-plugin-flowtype to v5.10.0
  • chore(deps): update dependency eslint-plugin-import to v2.27.5
  • chore(deps): update dependency eslint-plugin-promise to v4.3.1
  • chore(deps): update dependency eslint-plugin-react to v7.32.2
  • chore(deps): update dependency eslint-plugin-react-hooks to v4.6.0
  • chore(deps): update dependency eslint-plugin-standard to v4.1.0
  • chore(deps): update dependency git-commit-msg-linter to v2.7.0
  • chore(deps): update dependency lerna to v6.6.1
  • chore(deps): update dependency lint-staged to v10.5.4
  • chore(deps): update dependency sucrase to v3.31.0
  • chore(deps): update typescript-eslint monorepo to v3.10.1 (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • πŸ” Create all rate-limited PRs at once πŸ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
docker-compose.yaml
dockerfile
Dockerfile
  • node 19.8.1-bullseye-slim
github-actions
.github/workflows/unapy.yml
  • actions/checkout v3
  • docker/setup-qemu-action v2
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/build-push-action v4
  • floms/action-caprover v1
.github/workflows/unoenty.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • socket.io-redis ^6.1.0
  • @typescript-eslint/eslint-plugin ^3.7.0
  • @typescript-eslint/parser ^3.7.0
  • eslint ^6.6.0
  • eslint-config-standard ^14.1.1
  • eslint-import-resolver-typescript ^2.0.0
  • eslint-plugin-flowtype ^5.2.0
  • eslint-plugin-import ^2.22.0
  • eslint-plugin-jsx-a11y ^6.7.1
  • eslint-plugin-node ^11.1.0
  • eslint-plugin-promise ^4.2.1
  • eslint-plugin-react ^7.20.3
  • eslint-plugin-react-hooks ^4.0.8
  • eslint-plugin-standard ^4.0.1
  • git-commit-msg-linter ^2.4.3
  • husky ^4.3.7
  • lerna ^6.5.0
  • lint-staged ^10.2.10
  • typescript ^3.9.2
  • node >=0.10.3 <15
packages/shared/error-handler/package.json
packages/shared/protocols/package.json
packages/unapy/package.json
  • cors ^2.8.5
  • dotenv ^8.2.0
  • express ^4.17.3
  • ioredis ^4.27.8
  • module-alias ^2.2.2
  • p-queue ^6.6.2
  • socket.io ^4.0.0
  • socket.io-msgpack-parser ^2.2.0
  • @types/cors ^2.8.6
  • @types/express ^4.17.6
  • @types/ioredis ^4.26.0
  • @types/node ^14.0.1
  • @types/socket.io ^2.1.8
  • @types/uuid ^8.0.0
  • nodemon ^2.0.4
  • sucrase ^3.15.0
  • tsconfig-paths ^3.9.0
packages/unoenty/package.json
  • @craco/craco ^5.6.4
  • @material-ui/core ^4.10.2
  • @material-ui/icons ^4.9.1
  • @material-ui/lab ^4.0.0-alpha.56
  • axios ^0.27.0
  • copy-to-clipboard ^3.3.1
  • lottie-web ^5.6.10
  • react ^16.13.1
  • react-awesome-reveal ^2.4.2
  • react-dnd ^11.1.3
  • react-dnd-html5-backend ^11.1.3
  • react-dnd-touch-backend ^11.1.3
  • react-dom ^16.13.1
  • react-router-dom ^5.2.0
  • react-scripts 5.0.1
  • socket.io-client ^2.3.0
  • socket.io-msgpack-parser ^2.2.0
  • typescript ^3.7.5
  • @types/lodash ^4.14.157
  • @types/react-router-dom ^5.1.5
  • @types/socket.io-client ^1.4.33
  • @types/jest ^24.9.1
  • @types/node ^12.12.47
  • @types/react ^16.9.41
  • @types/react-dom ^16.9.8

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.