2001asjad / CryptoverseApp

A fully functioning website for everything you need to know about cryptocurrencies , trust me, everything.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptoverse App.

Cryptoverse is a fully functioning React application that has everything you need to know about cryptocurrencies, from exchange rates to news and a lot more. Deployed Version here: https://itsallcrypto.netlify.app

Video Demostration:

Untitled.mp4

Tech Stacks used

  • Frontend with React
  • State Management using Redux Toolkit
  • UI Creation using Ant Design
  • creating charts using Chart.js
  • fetching data from multiple sources using RapidAPI

Try it out, it's awesome!

Steps to run it locally:

  1. Clone the repository using git clone [repository url].
  2. Enter to the project directory cd [local repository].
  3. You'll need to get your own API Key from RapidAPI's coinranking API and Bing News Search API and add it as an environment variable in a .env file.
  4. Install the dependencies using npm install.
  5. Run the project npm start, the project should be running on http://localhost:3000 . Enjoy!!

About

A fully functioning website for everything you need to know about cryptocurrencies , trust me, everything.


Languages

Language:JavaScript 77.1%Language:CSS 20.8%Language:HTML 2.1%