mohatankita / cryptocurrencylist

This repository lists all crypto currencies with their prices and market cap values.

Home Page:http://cloud.cryptocurrencylist.com.s3-website.ap-south-1.amazonaws.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoCurrencyProject

Project Description -

This project should be a ready to deploy, Crypto-Currencies List client. It must have all the features mentioned below and it must be deployed on a server before submission. You are allowed to use any kind of modules, libraries and tool you want. Features of the platform -

  1. Crypto-Currency List View
  2. Comparison View
  3. Price Chart View

1. Crypto-Currency List View

  1. A table showing coins with columns of current price and marketcap.
  2. Table should be paginated
  3. Table should have sorting on price and marketcap columns
  4. User should be able to filter rows based on price and marketcap ranges, presented through a range slider.
  5. User should be able to mark some coins as favorites which should persist in localstorage of browser
  6. If user has favorites selected, then, table should only show his favourites, by default.
  7. Upon clicking on any row, its Price Chart View, should open.
  8. Upon Long press on any row, all rows should get a checkbox also. Also, a comparison button should appear. Now user should be able to select, any two cryptocurrencies from table, for comparison. Upon selection, a Comparison view of the two cryptocurrencies should open

2. Comparison view

Should have a Price Chart View of the two selected cryptocurrencies, drawn on one chart only, for last 24 hrs. In case of queries, reach out to us at support@edwisor.com

3. Price Chart View

It should have price of coin against time, for last 24 hrs.

API reference: Use https://coinmarketcap.com/api/ for all api related documentation.

This project was generated with Angular CLI version 7.1.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

This repository lists all crypto currencies with their prices and market cap values.

http://cloud.cryptocurrencylist.com.s3-website.ap-south-1.amazonaws.com


Languages

Language:TypeScript 66.8%Language:HTML 21.1%Language:CSS 9.3%Language:JavaScript 2.7%