Skip to content

Latest commit

Β 

History

History
40 lines (32 loc) Β· 1.93 KB

README.md

File metadata and controls

40 lines (32 loc) Β· 1.93 KB

Cryptocurrencies powered by CoinGecko

You can view my CV here: Curriculum VITAE❗️

You can view my Portfolio here: My Portfolio❗️

07-11-2024

πŸ’Ž Cryptocurrencies in Real-Time β€” Interactive and Visual! πŸš€

This web application transforms cryptocurrency rate monitoring into an engaging experience. Using the CoinGecko API, it displays up-to-date cryptocurrency rates in USD, offering users flexibility and interactivity.

  1. Table or List πŸ“Š β€” the perfect format for structured viewing of selected cryptocurrencies.
  2. Creeping line πŸ“œ β€” dynamic display with adjustable speed.
  3. Creeping line 3D 🌐 β€” a unique visualization powered by Three.js that brings data to life.
  4. Three-in-One πŸ”„ β€” combines all formats for maximum convenience.

🌍 The application supports three languages (Ukrainian, English, Spanish) thanks to Vue i18n integration, making it accessible to users worldwide.

πŸ› οΈ Technologies:
βœ… Vue.js + Vuex β€” for interface and state management.
βœ… Vue i18n β€” for multi-language support.
βœ… Three.js β€” for interactive 3D graphics.
βœ… Axios β€” for API integration (CoinGecko API).
βœ… JavaScript and TypeScript β€” for reliability and interactivity.
βœ… Google Analytics & Search Console β€” for performance optimization and analytics.
βœ… Open Graph Protocol, Favicon, Sitemap, Robots.txt β€” for SEO optimization and social media integration.

πŸ“Š Technologies and data come together, enabling you to easily track the world of cryptocurrencies. 🌟

Project setup (install dependencies)

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build