Skip to content

vigneshrajj/crypto-tracker

Repository files navigation

Crypto Price Tracker

A Web application to track prices of Cryptocurrencies

DemoKey FeaturesHow To Setup

Demo

Working demo:- https://crypto-tracker-vignesh.netlify.app

Key Features

  • Login page which takes in predefined credentials (Username: test, password: test) and logs the user in

Route: /

Login

  • A list of 30 cryptocurrencies sorted according to their market cap

Route: /list

List

  • Search bar to search for a particular cryptocurrency by its name Search
  • When clicked on a row, it takes us to a detailed page about that particular cryptocurrency
    • This page consists of various Market data like Volume, Market Cap, etc. for that particular coin
    • It also has a calculator which takes in coin value and converts it into User selected currency
    • A chart is displayed which shows the price change in the past 30 days
    • The highest and lowest value is shown according to user selected timeframe

Route: /coin/:coinID

Coin

  • All pages are responsive to devices like Mobile, Tablet and Desktop

Responsive

ResponsiveList

How to Setup

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line type:

# Clone this repository
$ git clone https://github.com/vigneshrajj/crypto-tracker

# Install dependencies
$ npm install

# Run the app
$ npm run dev

About

A Crypto Price Tracker Built using ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors