Back to Projects
Front-End Developer2023Front-End

Hotel Trillo • Hotel Search Platform in Brazil

Outdated

A vanilla JavaScript front-end app for exploring and bookmarking hotels across Brazil.

Project image 1

The Challenge

The challenge was to build a fully functional hotel search platform without using any JavaScript frameworks or libraries. Structuring the application around the MVC (Model-View-Controller) architecture required deep research and careful planning to maintain code clarity and reusability.

The Solution

I developed Hotel Trillo using HTML, CSS (with Sass), and vanilla JavaScript, applying the MVC pattern to separate concerns and structure the codebase efficiently. The app allows users to search hotels, paginate through results, and bookmark their favorite options. It was a foundational project that strengthened my understanding of architecture, UI design, and clean code practices.

Key Features

  • Hotel search functionality with pagination
  • Bookmarking system for favorite hotels
  • Structured using the MVC (Model-View-Controller) pattern
  • Built entirely with vanilla JavaScript, HTML5, and Sass
  • Clean, responsive UI design without external libraries

Technologies

JavaScriptHTML5CSS3SassMVC