GithubHelp home page GithubHelp logo

real-time-crypto-ticker's Introduction

###To Run the Project Locally

yarn install
yarn start

The site should load on localhost:8088.

####Challenges

  1. Where to get live crypto data?
  2. Create a professional UI design
  3. Setting up my local environment
    • We are dealing with real-time data - the only real choice is React
    • I setup my local environment with my typical webpack build process
    • I setup Webpack Dev Server so people not running Vagrant/Docker would be able to easily run this demo
    • I used Redux for State Management
  4. Final Touches
    • The UI was good, but when prices updated it was not really apparent. I needed something to "flash" for the user to see it better. Ended up using React Animate OnChange - https://www.npmjs.com/package/react-animate-on-change
    • React wanted to re-render all child components as the parent data was updated which caused all tickers to flash when just one updated. React.memo to the rescue.
    • Added responsive/mobile styling with a few breakpoints
  5. Next Steps
    • Update the graphs (which are pictures currently) to be real-time as well. This is a paid feature - not included in the DEMO :)

** Total Build Time: 7 hours

real-time-crypto-ticker's People

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.