Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.11 KB

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