Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 749 Bytes

CryptoMetrics

CryptoMetrics is an open-source NextJS app that addresses the need to view trending cryptocurrency prices. It includes features for comparing multiple cryptocurrencies together, viewing detailed timeseries charts, filtering based on specific properties and viewing an aggregate analysis. This project uses the CoinGecko API to fetch data and handles the filtering on the front-end.

Note: This project was originally done as part of the SFWRENG 3XA3 course at McMaster University.

Instructions:

To install the necessary node_modules, run:

yarn

To start the server on localhost:3000, run:

yarn dev