GithubHelp home page GithubHelp logo

unibet-app's Introduction

Unibet App

A app which displays score and details of sports which are played or will be played. Data are pulled from unibet.com

Stacks/Plugins

  • React
  • Dexie (IndexedDB)
  • Flow Type
  • Create React App

Run

Goto build folder and run it as a root / of webapp

Project Structure

This is extended structure of the structure generated by create-react-app. I haven't added webpack as all the required things from transpilation to module bundling are handled by create-react-app which in underhood uses webpack to make it work. modules and class are kept under folder by looking their responsibility

  • api/ (for api routes and api calls)
  • components/ (React components which are mostly independent of its surrounding/environment)
  • core/ (core classes which deals with storages, fetching data and scheduling updates)
  • tests/ (test cases of components and cores)
  • types/ (type defination for flow)

Performance optimization/ Error Logging and Improvments

  • The carousel is highly customised and it renders only two divs due to which size of live events won't effect. It only request data of live event when has to be shown to the user. This helps becuase if we would render n items where n can be of 90 to100 then while changing state react had to render many dom again.

  • We have used dependency inversion principle for storing data which helps us not directly relying on 3rd party code and in future if we have to change our 3rd party library then we can do it easily without effecting our other code because they depends on abstraction.

  • ScheduleRunner is a class which runs on provided interval and it will execute task on scheduled time, it helps us controlling setInterval

  • flow type to make code more static, readability and maintaianbility.

unibet-app's People

Contributors

samundrak avatar

Stargazers

 avatar

Watchers

 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.