smart_shopping_cart/ ├── lib/ │ ├── models/ │ │ ├── product.dart # Product model with RFID mapping │ │ └── cart_item.dart # Shopping cart item model │ ├── services/ │ │ ├── bluetooth_service.dart # HC ...
A production-ready AI-powered thank you note generator for job seekers. Built with Next.js 14, React 19, Firebase, and OpenAI GPT-4o. thankyu-note-generator/ ├── app/ │ ├── api/ # API Routes │ │ ├── ...