Crypto Hunt is a kind of Application where users can fetch the current update or current price of that crypto coin, with help of CoinGecko API we are fetching the all details. There are so many features in this Application like,you can add a coin to our portfolio and also see the chart of the last 24 hrs,1 month, or 1 yr of that particular coin.
- The project has one interface i.e. an user interface .
- At the user-end, he/she can add coins to their portfolio.
- This feature is only available when a person login to their Account.
- Multiple Currency Option Available
- Also, see the past performance of a particular coin through the chart
- Use cookies for login into the account.
- Clone the repository or download the zip folder.
- Extract the zip folder.
- Install NodeJS in your system.
- Go to the folder where you have extracted or cloned the project.
- Open command prompt or terminal having the same location where your project is.
- Type
npm install
in your command prompt or terminal. - Now to run the project on your server type
npm start
.