Skip to content

feat: add Nuxt.js CryptoTracker template (#7)#35

Open
lout33 wants to merge 2 commits into
codesphere-community:mainfrom
lout33:feat/nuxt-crypto-tracker
Open

feat: add Nuxt.js CryptoTracker template (#7)#35
lout33 wants to merge 2 commits into
codesphere-community:mainfrom
lout33:feat/nuxt-crypto-tracker

Conversation

@lout33
Copy link
Copy Markdown

@lout33 lout33 commented May 16, 2026

Summary

  • Nuxt 3 SSR application displaying live cryptocurrency prices from CoinGecko API
  • Search/filter by name or symbol, auto-refresh every 60s
  • Dark-themed responsive table: price, 24h change, market cap
  • ci.yml with prepare, test (verify build output), and run stages
  • metadata.json configured for free workspace

Closes #7

lout33 added 2 commits May 16, 2026 04:17
- Nuxt 3 SSR application displaying live cryptocurrency prices
- Fetches data from CoinGecko free API (top 50 by market cap)
- Search/filter by name or symbol
- Auto-refresh every 60 seconds
- Responsive dark-themed table with price, 24h change, market cap
- ci.yml with prepare/build/run stages
- metadata.json with Workspace: free, Categories: [Framework, Cryptocurrency]

Closes codesphere-community#7
- Next.js 14 application for generating customizable QR codes
- Custom text/URL input, adjustable size (128-512px), color pickers
- Download generated QR codes as PNG
- Next.js pages router, qrcode library
- ci.yml with prepare/build/run stages, metadata.json

Closes codesphere-community#11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nuxt.js template - cryptocurrency tracker app

1 participant