/crypto-dashboard

Dashboard that shows price and history of cryptocurrencies

Primary LanguageJavaScriptMIT LicenseMIT

logo

🚀 Cryptocurrencies Dashboard

Check price, volume, market cap and price history of the main cryptocurrencies of the market

Features   |    Deploy   |    Prerequisites   |    Techonologies   |    License

🚧 Finished 🚧

📎 Features

  • Data of 100+ coins
  • Current market cap
  • Current volume
  • Price history of the last 365 days
  • Change the price history range to one year, 6 months, 3 months, one month or 7 days
  • Conversion to USD, EUR, GBP, JPY, BRL and CNY

💻 Project

Cryptocurrency dashboard, using CoinGecko API. There are totally 100 coins, ordered by market cap. User can choose to convert the prices to Dollar, Euro, Pounds, Yen, Real or Yuan.

🚀 Deploy

This project is hosted on Netlify.

✅ Demo

⚙ Prerequisites

Before starting, you'll need to have Git, Node.js or Yarn. Also, an IDE is recommended for editing the code. I recommend VSCode.

📗 Running the application

# Clone this repository
$ git clone https://github.com/PauloBacelar/crypto-dashboard

# Enter on crypto-dashboard folder
$ cd crypto-dashboard

# Install the dependencies
$ npm install

# Run the application
$ npm start

🚀 Technologies

This project uses the following technologies:

  • HTML
  • CSS modules
  • Javascript
  • React.js
  • React Bootstrap

🧐 Sources

Price, volume and market cap: CoinGecko

📝 License

This project is under MIT license.


Created by Paulo Bacelar.