GithubHelp home page GithubHelp logo

skybet_tech_test's Introduction

Skybet JS Tech Test

Tech choices

For state management I have used Redux.

To integrate websockets more closely with Redux, I have implemented a custom dispatch method which passes the message type and payload directly to the reducer when the websocket message received event is fired. I have created individual reducer and action files for event, markets and outcomes.

For UI stying I have used styled components which keeps my codebase more modular and removes any CSS inheritance issues.

For testing I have used Jest along with React testing library. I enjoy working with RTL as it integrates more closely with the DOM than Enzyme and is more intuitive to use.

Running the app

The app is in the /frontend directory within a Docker container. To spin up the app, cd to the root and run docker-compose up --build

Tests

To run tests, cd to /frontend and run npm run test. Due to time constraints ive not been able to complete all unit testing.

TODO

  • Complete unit testing for Betslip
  • Add loading state

skybet_tech_test's People

Contributors

neilmills40 avatar

Watchers

James Cloos 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.