Skip to content

1mehdifaraji/coins-stats

Repository files navigation

CoinsStats

Get latest cryptocurrencies prices in USD as a chrome extension .

Install chrome extension

  1. First download the ext folder .

  2. In your browser go to extensions settings and enable developer mode .

developer-mode

  1. Then click on Load Unpacked and select ext folder to import .

load-unpacked

  1. CoinsStats chrome extension is ready to use .

coins-stats-ext

Preview

You can also checkout the website version of CoinsStats .

Features

  • Darkmode
  • Multilanguage
  • Filter out coins with search
  • Add coins to favourites
  • Add wallet addresses

Run project

npm install

npm run start

Test

npm run test

npm run test:e2e

Developer

@mehdifaraji