This is a React App which fetches live information from the APIs to get all the information about the Crypto Market.
I have created separate pages for CryptoCurrencies, News and Exchanges in my app.
This project was an inspiration from Adrian Hajdin(JS Mastery) cryptoverse project but I made it mine my Working on the UI, Making an /exchanges route for The exchanges using a new API and changing the design and logic of alot of things. I hope you'll like it.
- HTML
- CSS
- JavaScript
- React
- Redux ToolKit
- Ant Design
- Rapid API
-
CoinRanking : I used it to get the information about the Global Crypto Market and also everything related to every Crypto Coin booming in the market.
-
Bing News Search : I used it to get the latest news breaking in the World of CryptoCurrencies.
-
CoinPaprika : I used it to get the information of the Top 10 Crypto Exchanges in the World and also their regular Trade Volume
-
Clone the Repository
-
Run
npm install
to install the dependencies -
Run
npm start
to start the local server and see the app running on localhost:3000