Giter Club home page Giter Club logo

react-squad-management-team-web's Introduction

ReactJs Squad Management Tool

App dependencies

  • yarn v1.22.5
  • node v10.15.3

Installing dependencies

In the root directory of the app, run this command:

$ yarn install

Running app

To run app on production mode, run the command bellow to build the production app:

$ yarn build

And this command to run application:

$ yarn start

This command will build the css library, run react in production mode and serve in localhost on the port 5000.

Or you can access an instance of this app clicking here!

Testing code

To run tests run the following commands:

$ yarn test for test in development

and

$ yarn test:coverage for run test with coverage. PS: this test generate a directory named coverage on the root of the project. You can check a more detailed status of the code coverage on coverave/lcov-report/index.html.

Code Architecture

It contains code architecture commonly used by the community, with some modifications:

  • src/assets : contains all the static files.
  • src/common : contains the common components used in the app.
  • src/contexts : contains the contexts and hooks of the application
  • src/pages : contains the app pages. Note that local components where created inside each page necessities.
  • src/services : contains the services used on the app.
  • src/utils : contains utils shared in the app.

StyleGuide

This project utilizes AirBnb StyleGuide with some modifications in the rules:

  • no-console: "warn"
  • react/jsx-props-no-spreading: "off"
  • no-alert: "off"

Here are some GIFS of the production app

This app is mobile first layout:

Responsive dashboard Responsive create squad

You can search for players and drag them to the position:

search and drag and drop

It brings to you some metrics:

metrics

react-squad-management-team-web's People

Contributors

dmarcogabriel avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.