top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Online Real Estate Portal

Date

October 2023

Languages

HTML, CSS, JavaScript

Frameworks

React, NextJs 14, Tailwind CSS, Prisma

GUI Framework

shadcn/ui

Role

Online real estate company portal

Project Type

Full Stack Responsive Web Application

Status

Discontinued

Repository


Developed full stack using Next.js with App Router, Prisma, PostgreSQL, Tailwind CSS, and shadcn/ui, and hosted on a Linux server, this web application serves as an online portal for the public, allowing users to view and manage housing data.

It was intended to be integrated into a more complex system, with Vida (the next project in line) serving as the backend management system, this portal functioning as the frontend public housing database, and additional websites handling the marketing aspects.

Although its development has been discontinued, this project has provided a valuable opportunity for me to enhance my skills in various web development areas. I upgraded from the page router to the app router, used Prisma to facilitate data management, and implemented Tailwind CSS and shadcn/ui for the design.

Most of the work involved connecting the database to the app and managing filtering, sorting, grouping, and search functions. Associating images was also a significant challenge.

One thing I like about this software, it's the image carousel in the details page of the houses, that I created using only shadcn/ui elements, before of course the recent update that includes a carousel, which uses external libraries.

In conclusion, while the project may not have reached its final form, the journey has been immensely educational and rewarding. It allowed me to grow as a developer, overcome complex challenges, and gain hands-on experience with advanced web development tools and techniques.

bottom of page