It is a cryptocurrency info app based on the CoinGecko API. Please check the API docs here http://docs.coingecko.com
A front-end app created in Vue using Tailwind css and Headless UI
The project uses Vite build tool for lighting-fast modern single-page application development. It is expected to have Node installed on your system. Then, run the conventional npm commands to see the project in action.
npm install
npm run build
npm run dev
- VS Code + Vue - Official (previously Volar) and disable Vetur
Package | Purpose |
---|---|
Vue-router | For routing in Vue |
Pinia | For Vue store |
Tailwind CSS | For CSS Styles |
Headless icons | For icons to be used |
Express | Serving Vue build |
Headless UI | For dynamic components |
Would be added later as there might be UI changes under plan.
Here are some screenshots of the Crypto Info App:
Home page also shows the price of the selected ticker in USD and INR through a modal powered by Headless UI components.
Check if there are updates available for NPM packages used in this project.
npx npm-check-updates
npx npm-check-updates -u
npm i
No issues as of now, issues would be added here to be addressed later.
- December 2024 : Initial Release with basic features from cryptocurrency search page.
Copyright (c) 2024-present, Amit Prafulla (Apfirebolt)