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.
To install the necessary node_modules
, run:
yarn
To start the server on localhost:3000, run:
yarn dev