This web application helps in tracking the trends of cryptocurrency and keeps tracking every hour and updates hourly. This app is made using React a Frontend Framework.
- React JS
- Node.Js and Express.Js
- CoinGecko API
- Crypto News Live API
The main motivation for this project to learn api management and since there many fake coins these coins are very much volatile to trade as the price fluctuate randomly. At any moment you can loose your investments. This app keep the track of crpytocurrency.
Make sure you follow the bellow steps:
- fork the project first and then clone it. make sure you edit
<user-name>
.
[email protected]:<user-name>/Cryptocurrency-Tracker.git
- After cloning into your local machine, navigate to root 📁 directory.
cd Cryptocurrency-Tracker
- Inside the root 📂 directory, run the below command, make sure that you have node installed in your local machine. This will install all the dependencies required to run the project.
npm install
- After installing all the dependencies, run To run both frontend and backend simultaneously
npm run dev
It will run the project locally at localhost:3000 or on your network at 10.5.0.2:3000