Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 933 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 933 Bytes

Project description

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.

Final Product

View 7-day price history

"Screenshot of price history table"

Search and choose cryptocurrency

"Screenshot of search function"

Getting Started with the App

  1. Clone the repository to your local computer.
  2. Run npm install to install all dependencies.
  3. Run npm start and open http://localhost:3000 to view it in your browser.