1.0.3 • Published 4 years ago

binance-cryptocurrency-widget v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

binance-cryptocurrency-widget

test task for Binance

Task: https://github.com/orangeflame/binance-fe-test

Pros:

  • Extra low size (nearly 3Kb)
  • Blazing fast
  • Made as npm package

Cons:

  • Used store based on context API instead of Redux (for size purpose)
  • Lack of readability

NPM JavaScript Style Guide

Demo

Example deployed on gh-pages https://travnikov.dev/binance-cryptocurrency-widget/

Install

npm install --save binance-cryptocurrency-widget

Usage

import React, { Component } from 'react'

import BinanceWidget from 'binance-cryptocurrency-widget'
import 'binance-cryptocurrency-widget/dist/index.css'

class Example extends Component {
  render() {
    return <BinanceWidget />
  }
}

License

MIT © TravnikovRN