Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.01 KB

crypto-compare

This website indexes the 10 cryptocurrencies by market cap (how much the sum of all coins is collectively worth), and gives users an easy way to compare cryptocurrency performance and results in every 10 seconds.

👉 https://crypto-compare.vercel.app/

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Build with

  • Vue - Front-end framework
  • MarketCap API - API for getting coins data
  • Axios - Performing GET request for API
  • Vercel - Deployment tool
  • Tailwind - Utility-first CSS framework
  • Autoprefixer - Parse CSS and add vendor prefixes to CSS
  • Unit testing with Jest or Mocha from Vue CLI build-in options

Contributing

Bug reports and pull requests are welcome on Github 😊