Skip to content

gregorojstersek/angular-crypto-display

Repository files navigation

CryptoDisplay

A web application that finds top 100 cryptocurrencies and displays them.

Preview

alt text

Install

Navigate to the root of the project and run:

npm install

API key:

  • Get your api key here: https://coinmarketcap.com/api/
  • Go to the /server/config folder, rename config.example.json to config.json.
  • Copy your api key to the API_KEY property inside config.json

Let's start the app.

npm start 

That will start the express server on localhost:3000 and client app on localhost:4200.

Client side

Built with Angular 7, using Angular CLI.

Functionalities

  • displays top 100 cryptocurrencies
  • displays details of a cryptocurrency
  • dynamically displays some parameters in the correct currency

Server side

  • express for providing endpoints and middleware.
  • request for http request to the API.
  • build-url for making correct parameters for the call.

About

Displays top 100 ranked cryptocurrencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published