An application to add personalised coins and check their current market value. Also we can analyse different graphs of the coin based on yearly,monthly and daily basis.
- npm
- git
- clone the project using
https://github.com/Asthay97/Crypto-Market-Overview.git
command in your terminal. - Go to the project directory using
cd Crypto-Market-Overview
- Use
npm i
to install all npm dependencies - To run the application on localhost use
npm start
command.
- The application runs (in development mode)
http://localhost:3000
in the browser.