KennethOnuorah / CryptoTracker

A web application that tracks and analyzes cryptocurrency data in realtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A web application that tracks and analyzes cryptocurrencies


About the Project ๐Ÿ”Ž

A web application that tracks and analyzes the cryptocurrency market in real time.

Languages used:

  1. TypeScript
  2. CSS

Modules/Libraries used:

  1. Axios
  2. Redux & Redux Toolkit
  3. React Router v6
  4. Lodash
  5. ApexCharts & React-ApexCharts

API's used:

  1. CoinGecko API
  2. News API
  3. Currency Exchange Rate API

Features ๐Ÿ“ฆ๏ธ

  • Real time cryptocurrency prices & other informaton (updates every 5-6 minutes)
  • Ability to add tokens to a favorites list
  • Daily news
  • Ability to find and search for crypto
  • Token analysis page, featuring...
    • Current prices
    • A line chart displaying current price over time w/ time scope filters
    • Other relevant information
    • Currency conversion calculators
    • Recommendations

How to Setup ๐Ÿ› ๏ธ

Clone this repository

git clone https://github.com/KennethOnuorah/CryptoTracker.git
cd CryptoTracker

Install dependencies

npm i

Run the development server

npm run dev

Screenshot ๐Ÿ“ท

Tablet Mobile
readme_preview readme_preview
Desktop
readme_preview

License ๐Ÿ“œ

MIT

About

A web application that tracks and analyzes cryptocurrency data in realtime.

License:MIT License


Languages

Language:TypeScript 73.8%Language:CSS 25.3%Language:JavaScript 0.5%Language:HTML 0.5%