A Next.js + Tailwind + Dexie project displaying cryptocurrencies.
- Offline-first using IndexedDB
- Auto-update every 2 days
- Pagination (50 items per page)
- Skeleton loading with animation
- Virtualized list for high performance
- Lazy-loaded images
npm install
npm run dev