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/
yarn install
yarn serve
yarn build
yarn lint
- 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
Bug reports and pull requests are welcome on Github 😊