I've had the pleasure of working on a variety of web applications. Below, you’ll find some of my favorites that showcase different aspects of my work. Feel free to explore and see what I’ve been up to!
AI Form Builder lets you generate forms without coding by entering a prompt. For example, a restaurant owner can quickly create and share a custom order form and view orders in the results section. This is just one of many uses for AI Form Builder.
The project focuses on practicing server actions and dynamic URLs with slugs. Users can filter job searches and apply, while employers can post listings. An admin verifies and publishes listings, with the option to delete them before or after publication.
This real estate site was built to practice complex filtering systems. Users can search properties by criteria like price and room count, view details, and manage profiles. All actions, including authentication and CRUD, are handled through Firebase without localStorage.
In developing this e-commerce site, I used Strapi for content management for the first time. For the styling, I utilized Tailwind CSS, managed state with Redux Toolkit, and employed Redux Persist for local storage. Finally, I integrated Stripe as the payment gateway.