Skip to content

A crypto currency portfolio tracker, with realtime market rates from Coincap.io

License

Notifications You must be signed in to change notification settings

samirkashi/coinTracker

 
 

Repository files navigation

coinTracker

A tool to create and track the performance of a crypto currency portfolio

The market data feed is sourced via CoinCap.io, at a frequency determined by the CRON job in the backend. This feed gets all current prices for all coins. Additionally, history data is sourced for the top 10 coins for all time, and updated via a cron job infrequently.

The application leverages the following technology stack:

  • Postgres database
  • Sequelize (backend database interaction)
  • Express (for routing from the server)
  • React for MVC component rendering
  • Redux for managing the state
  • D3 Graphs for visual graphs
  • AXIOS, and Promises for async operations (API Load, Database access etc)

alt text

Home Page

alt text alt text

User Portfolio Page

alt text

User All Transactions Page

alt text

Add new Transactions

alt text

About

A crypto currency portfolio tracker, with realtime market rates from Coincap.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • CSS 0.3%