An open API service indexing awesome lists of open source software.

https://github.com/kayprogrammer/cryptoverse-with-react

A cryptocurrency website built with ReactJs
https://github.com/kayprogrammer/cryptoverse-with-react

rapidapi reactjs redux-toolkit

Last synced: 8 months ago
JSON representation

A cryptocurrency website built with ReactJs

Awesome Lists containing this project

README

          

# Cryptoverse

![alt text](https://github.com/kayprogrammer/cryptoverse-with-react/blob/main/display.png?raw=true)

## Intro

This is an application that fetches details and news about top cryptocurrencies in the world.

## Built with
* ReactJs

* [Coin Ranking Api](https://rapidapi.com/Coinranking/api/coinranking1/)

* [Bing News Search Api](https://rapidapi.com/microsoft-azure-org-microsoft-cognitive-services/api/bing-news-search1/)

## To test locally..

1. Download repository
2. In your root directory, run..

* `npm install` to install dependencies.

* `npm start` to start the development server.

* Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

## Live application

[Cryptoverse](https://cryptoverse-kp.netlify.app/)