Files
budget-manager/frontend
biggy 8681aa88af feat: Implement push notifications in Budget Manager PWA
- Added functionality for subscribing to push notifications in Settings.vue.
- Integrated service worker registration and notification permission requests.
- Enhanced Vite configuration for PWA with manifest and caching strategies.
- Created a script for generating PDF reports.
- Added project report markdown file detailing the PWA implementation and features.
2025-05-23 23:54:46 +02:00
..

Frontend

Main package managers

  1. bun - A fast all-in-one JavaScript runtime, package manager, and bundler.
  2. pnpm - A fast, disk space efficient package manager.

Main libraries

  1. shadcn-vue - A UI component library based on Vue 3 and Tailwind CSS.