Crypto Manager WebApp built with React is a crypto currency tracking and portfolio site. It is a very handy tool for crypto currency investors. You can watch the price, marketcap graph of any crypto currency , and predict possible future price.
- Various Crypto Currencies are available
- Analyse of each cryptocoins prices and marketcap graph
- Filter your search
- Graph contains prices and marketcap data upto a year
- Dark mode
- Trending Coins Section
Crypto-tracker-video.mp4
- Portfolio
- Prediction using ML
git clone https://github.com/Vyomrana02/CryptoCurrency_Tracker.git
npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Before running the application, make sure you have Docker installed on your system. You can download and install Docker from here.
To run Crypto Tracker using Docker, follow these simple steps:
docker pull vyomrana02/crypto-tracker
Step 2: Run the Docker Container
docker run -d -it -p 3000:3000 --name crypto-tracker vyomrana02/crypto-tracker
Step 3: Access Crypto Tracker Once the container is running, you can access Crypto Tracker by navigating to http://localhost:3000 in your web browser.
Stopping the Container To stop the Crypto Tracker container, use the following command:
docker stop crypto-tracker
See the section about deployment for more information.