Skip to content

A cryptocurrency data visualization app with notifications

License

Notifications You must be signed in to change notification settings

bhavc/blockChange

Repository files navigation

A Cryptocurrency portfolio web application. Tracks your coins, networth, daily changes to coins you're holding and other coin metrics that a modern day investor would be interested in. Built in notification feature also sends alerts depending on user preferences.

intro 1

Historical pricing for the top 10 coins by market cap screen shot 2017-09-25 at 10 08 24 am

Reddit API pulls in real time data from the r/cryptocurrency subreddit

2

Want to be notified of Bitcoins value at the end of the day? Or how about a notification for when the value of Ethereum dips 10%? Set a notification and you will be alerted when the conditions are met. Notification is delivered using SMS and Email.

3

Built using:

  • HTML & CSS (Materialize)
  • React.js
  • Express
  • Node
  • Postgres

Uses React BoilerPlate

Usage

Install the dependencies and start the server.

npm install
npm start
open https://localhost:3000

You must also start the actual server found in the Server file using the following:

node server.js

You may need to ensure you have the latest database migrations using the following:

knex migrate:latest

Dependencies

About

A cryptocurrency data visualization app with notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published