Checkout the SonarQube Report for this Project
Welcome to the Crypto Hunter! This website allows you to easily track the real-time prices, market capitalizations, and rankings of various cryptocurrencies.
Screenshots can be found here Crypto Hunter ScreenShots
- 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
Follow the steps below to run the app in your local environment
Docker Compose
docker compose up
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
- Add the forget password functionality
- Add more integrations like News, Exchanges
- Improve Performance