Skip to content

Track your favorite cryptocurrency tokens and create a portfolio.

Notifications You must be signed in to change notification settings

hcote/Node.js-Cryptocurrency-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosted on Heroku

https://crypto-bull.herokuapp.com/

Application Features

Track your portfolio or favorite coins and see how each is doing. Flip to the news tab and see recent and relevant news articles covering the space.

Technologies Used

Node.js, Express and MongoDB are used for my backend. I have .ejs files as my frontend template. There is an ajax API call to get the news articles, and an axios API call to coinmarketcap to get my cryptocurrency data.

Installation Steps

Clone down the repository, run npm install, get the DB going by running $ mongod in the terminal, and in another tab start the server with the $ nodemon command. Go to your localhost:3000 and the app will be set up.

Future Development

  • Sort by market cap, price, % change in a day
  • Change time frame between 1d, 7d, 1m, 3m, YTD, 1y
  • Implement pagination
  • View page for each coin with a graph of % price change over time frame
  • Trading simulator for interested investors to track pretend investments / portfolio

img of app

About

Track your favorite cryptocurrency tokens and create a portfolio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published