Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dancastillo/cryptocurrency-tracker


https://github.com/dancastillo/cryptocurrency-tracker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app).

## Cryptocurrency Tracker with TypeScript, Next.js and GraphQL

Inspired by the medium article ["Build a Cryptocurrency Tracker with Next.js and GraphQL"](https://medium.com/@this.kevinluu/build-a-cryptocurrency-tracker-with-next-js-and-apollo-graphql-c776cff6b8bf)

### Application description

This application retrieves the top 30 cryptocurrencies. Users can select a coin to view detailed information on the selected coin. Users can change the interval for the selected coin to get it's data.

### Technologies used
* TypeScript
* Next.js
* Apollo GraphQL
* Semantic UI React
* Nomics API

### Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the top 30 Cryptocurrencies.