Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.07 KB

README.md

File metadata and controls

76 lines (59 loc) · 2.07 KB

Cryptocurrency Price Tracker 🚀

This project was bootstrapped with Create React App.

Description

A React.js application that displays price, volume, coin-percentage & market capital with other relevant details and other information for all the cryptocurrencies in the world.

You can check the Live Demo


Why I built this

I built this app as the cryptocurrency markets are currently all over the place and it's really a decentralized blockchain technology as it allows for transactions to be made reliably, but without third parties.
The goal was to address the needs of cryptocurrency investors and traders by providing real-time information about cryptocurrency prices, supply fluctuations and market capitalization.

Technologies Used

  • CoinGecko REST API
  • React
  • React Hooks
  • React Testing
  • Axios
  • Material UI
  • React Query
  • Chart JS
  • Others...

Features

  • Interactive graph.
  • Light/Dark mode switch.
  • Infinite Scroll.
  • Fully Responsive.

Installation

  1. Fork this repo into your own GitHub
  2. or Clone the repo to your local machine
# Change to the desired directory
$ cd <desired-directory>

# Clone the repo
$ git clone https://github.com/evanigwilo/crypto-tracker.git

# Change to the project directory
$ cd crypto-tracker
  1. Install dependencies
npm install or yarn install
  1. Run app
npm run start or yarn run start

Local Development

After this initial set-up, client should be running at : http://localhost:3000/


References

Coingecko

Live Coin Watch


License

Cryptocurrency Price Tracker is released under the MIT License