This project was bootstrapped with Create React App.
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
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.
- CoinGecko REST API
- React
- React Hooks
- React Testing
- Axios
- Material UI
- React Query
- Chart JS
- Others...
- Interactive graph.
- Light/Dark mode switch.
- Infinite Scroll.
- Fully Responsive.
- Fork this repo into your own GitHub
- 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
- Install dependencies
npm install or yarn install
- Run app
npm run start or yarn run start
After this initial set-up, client should be running at : http://localhost:3000/
Cryptocurrency Price Tracker is released under the MIT License