Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.13 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.13 KB

Crypto Tracker

A cryptocurrency tracker built using the React, Redux framwork and deployed using Netlify. This app tracks the prices and provides real-time news or updates on the various crypotcurrencies used globally.

Design Considerations

  • For the architecture of the platform, I decided to use Redux together with React as it was more suitable for storing long-term data for the prices.

  • Offered better performance so prices can be tracked over shorter timeframes. It was better to isolate the components and only render ones that are required when the prices change.

  • Then, I designed the dashboard of the application and used some HTML, CSS for the implementation. I used multiple APIs powered by https://rapidapi.com for the price data and deployed the application to the cloud using Netlify(free version).

Try the application at: https://amzhy-crypto-tracker.netlify.app/