Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 2.17 KB

README.md

File metadata and controls

89 lines (58 loc) · 2.17 KB

Logo

Checkout the SonarQube Report for this Project

Crypto Hunter

Welcome to the Crypto Hunter! This website allows you to easily track the real-time prices, market capitalizations, and rankings of various cryptocurrencies.

Screenshots

Screenshots can be found here Crypto Hunter ScreenShots

Features

  • Real-time tracking of cryptocurrency prices and market cap values
  • Convert from one currency to another
  • Supports multiple currencies (INR, USD, EUR ...)
  • Real-time exchange rates
  • Supports Table Pagination for getting as many coins as you want
  • Line chart for viewing price changes over a selected time period
  • Favorite list for easy tracking of specific cryptocurrencies
  • Historical price data and information about total supply, circulation, trading volume, and market dominance
  • Responsive design, can be seen at any screen
  • Dockerized app for easier installation

Tech Stack

Run Locally

Follow the steps below to run the app in your local environment

Method 1

Docker Compose

docker compose up

Method 2

Clone the project

git clone https://github.com/anshkush92college/crypto-hunter-mern

Go to the project directory

cd crypto-hunter-mern

Install dependencies

npm install

Start the server

npm run start

Acknowledgements

Authors

License

MIT License

Roadmap

  • Add the forget password functionality
  • Add more integrations like News, Exchanges
  • Improve Performance