← Back to All Projects

Project Overview

Inspired by my son's toy car collection, Matchbox Car Catalog lets collectors add, update, and browse a personal catalog of Matchbox cars. It uses Firebase for persistent storage and real-time syncing, plus Firebase Storage for image uploads. The app is built with Angular standalone components and is SSR-ready to support fast first paint and SEO.

Key Features

  • Add, edit, and delete cars with optional image upload
  • Real-time updates via Firestore subscriptions
  • Image management (upload, replace, delete) in Firebase Storage
  • Angular standalone components with a clean, typed model
  • SSR-ready setup for performance and SEO