CryptoDash is a simple web app that enable users to search and view current and historical price data for any cryptocurrency. It provides 7-day price history of any cryptocurrency in your preferred fiat currency. It also display 24 hour change amount and change rate. The app was build by React with data from the CoinGecko API.
- Clone the repository to your local computer.
- Run
npm install
to install all dependencies. - Run
npm start
and open http://localhost:3000 to view it in your browser.