Our Work.
Car Query Web App
Car Query
Car Query is a Next.JS web application utilizing API calls, TypeScript, and Tailwind CSS. The application allows users to search for cars by make, model, and year. Additionally, search functionality is filtered and implemented via HeadlessUI components. This application is fully mobile responsive.
Car Query - Car Catalogue
The car catalogue allows a filterable search with autocomplete, and two API calls to populate both car details and photos.
Car Query - Car Details
The car details utilizes a reusable card component, styled with tailwind, that passes data from the API call to populate the card. The card is also mobile responsive.
Car Query - Home Mobile View
Mobile view of homepage.
Car Query - Car Catalogue Mobile
Mobile view of car catalogue.
Car Query - Car Details Mobile
Mobile view of car details.
Promptopia Web App
Promptopia
Promptopia is a Next.JS web application utilizing GoogleAuth for authentication, tailwind, and MongoDB for the backend. The application allows users to create, edit, and delete prompts for writing inspiration. Users can also search for prompts by username, tag, or prompt content. Addtionally, user's can manage their profile from their respective admin panel. Fully mobile responsive.
Promptopia - User Page
The user profile page allows users to manage their profile, view their prompts, and delete prompts. The user can also search for prompts by tag, or prompt content.
Promptopia - Home Mobile
A mobile view of the homepage of Promptopia web application.
Promptopia - User Page Mobile
A mobile view of the user page within Promptopia web application.