Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aggarwal-h/cryptometrics

A simple way to view, analyze, and filter cryptocurrencies effortlessly
https://github.com/aggarwal-h/cryptometrics

cryptocurrency nextjs open-source

Last synced: 8 days ago
JSON representation

A simple way to view, analyze, and filter cryptocurrencies effortlessly

Awesome Lists containing this project

README

        

# 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](https://www.coingecko.com/en/api) API to fetch data and handles the filtering on the front-end.

Note: This project was [originally](https://gitlab.cas.mcmaster.ca/webapp/webapp_l02_grp15/) done as part of the SFWRENG 3XA3 course at McMaster University.

### Instructions:

To install the necessary `node_modules`, run:

```bash
yarn
```

To start the server on localhost:3000, run:

```bash
yarn dev
```