Skip to content

A full stack project that tracks the market capitalization of the top 25 cryptocurrencies! Built with Node.js and React.js

License

Notifications You must be signed in to change notification settings

ryanjmack/crypto-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Market Capitalization Tracker

This is a full stack project that loosely clones CoinMarketCap's front page, which displays the top 100 cryptocurrencies by market cap. I used Node.js on the server to fetch data, and React.js to request the data from the server and dynamically create a table. The site was designed responsive/mobile-friendly without a library or framework; just CSS (well Sass, but you get the idea!).

It utilizes CoinMarketCap's API to get real time data about the top 100 cryptocurrencies. The API must be called by a server, not a client due to CORS configuration, hence why it isn't just a front end project.

Getting Started

Check out the live demo!

Built With

  • Node.js
  • React.js
  • Express
  • Sass
  • create-react-app

Final Thoughts

I had a lot of fun building this project and was able to get it up and running pretty quickly. I can't wait to build my next project!

About

A full stack project that tracks the market capitalization of the top 25 cryptocurrencies! Built with Node.js and React.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published