🎥 Multi-Step Form in Astro using React Components
I’ve been working on a multi-step form built with React components inside an Astro project, and here’s a quick video of the flow in action.
The form uses:
Shared React state across steps
Controlled inputs and validation
Smooth transitions between sections
A clean Astro page structure that loads React only where needed
The goal was to keep the UI lightweight while still using React for the interactive parts.
Astro + islands + React components = a very fast and flexible stack for forms like this.
18
138
🖼️ Django API for Art Gallery Inventory
I built a simple, clean Django + DRF API for an art gallery to browse and filter artworks, artists, and storage locations.
🔧 Stack
Django 4 + DRF
PostgreSQL
Token/JWT auth
S3 for artwork images
Docker setup
🎯 Features
Filter artworks by category, technique, year, artist, or location
Artists listing with related works
Storage/warehouse filtering
Clean, documented endpoints ready for web or mobile
Light project, solid architecture, and fully extensible for future modules like sales, loans, or inventory.
11
77
Dating App — Frontend & Features Showcase
Sharing screenshots from a recent dating app project built with Flutter + modern backend integrations.
Highlights shown in the images:
User onboarding and registration flows
Profile creation and editing
Swipe / match interactions
Chat / messaging interface
Push notifications for matches and messages
Secure login & authentication
Clean, modern UI / UX design
The goal is to show interactive, user-friendly designs and how the app handles real user interactions in a polished production environment.
More examples and features coming soon.
1
18
210
Astro Frontend — ABA Services Website Showcase
Sharing screenshots of a recent frontend project built with Astro. This site is designed for an ABA (Applied Behavior Analysis) services clinic, focusing on clarity, accessibility, and modern design.
Highlights shown in the images:
Responsive landing page design
Service sections with clear hierarchy
Interactive UI components (accordions, tabs, cards)
Smooth scroll and visual transitions
Accessible color schemes and typography
Mobile-first layout and touch-friendly elements
The goal is to showcase clean frontend architecture with Astro and a modern, user-friendly interface for a real ABA services website.
18
163
Flutter + Stripe — Work Showcase
Sharing a few screenshots of recent work integrating Stripe inside Flutter apps.
These images show different parts of the payment experience:
Custom card input UI
PaymentIntent + 3D Secure flows
Subscription setup
Saved payment methods
Apple Pay / Google Pay integration
Billing and error-handling states
The goal is to show how these flows look in a real app and how they behave in production environments (Stripe Dashboard + mobile).
More examples coming soon.