A desktop interface displaying cryptocurrency pricing, trends, and market caps using node, react.js, redux, axios, electron, coinmarketcap API, and cryptocompare.com API
- [IN PROGRESS] Complete Wireframe
- [IN PROGRESS] Complete UI design
- [IN PROGRESS] Integrate top market cap coins list into main component
- [TO DO] Add additional view filters to toggle data display & change currency pairs
- [TO DO] Add highcharts.js for viewing data
- [TO DO] Add customizable user settings
- [TO DO] Integrate react-router for additional routes
- [TO DO] Integrate into desktop wrapper (Electron)
Here's the idea for the general layout / positioning for the app. Some of the UI Elements have been designed and finalized along with font selection. Additional views are still to be added, and there's no doubt some routes / components missing from this preliminary wireframe.
This needs to be updated to reflect the wireframe, and will not be until the wireframe is finalized.
Clone this repo:
git clone git@github.com:robinbastien/cryptometry.git
Install assets:
npm install
Start server:
npm start