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
- Host: GitHub
- URL: https://github.com/kayprogrammer/cryptoverse-with-react
- Owner: kayprogrammer
- Created: 2022-07-23T01:55:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T02:11:16.000Z (over 3 years ago)
- Last Synced: 2025-03-24T10:12:47.680Z (11 months ago)
- Topics: rapidapi, reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://cryptoverse-kp.netlify.app
- Size: 419 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptoverse

## 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/)