Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancastillo/cryptocurrency-tracker
https://github.com/dancastillo/cryptocurrency-tracker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dancastillo/cryptocurrency-tracker
- Owner: dancastillo
- Created: 2020-04-19T19:53:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:48:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T01:25:32.166Z (almost 2 years ago)
- Language: TypeScript
- Size: 944 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.