rezidencesobin.cz
A website for showcasing a housing project.
Source code is not publicly availableOverview
rezidencesobin.cz was a website I developed to showcase a housing project located in Prague. The project involved creating a clean and visually appealing website for presentation purposes.
The website is no longer online, but you can see some screenshots above. If you are interested in more details, feel free to contact me and I can arrange a demo.
Interactive Floor plan
An important part of this project was a component for displaying the floor plan of the building with the ability to highlight individual flats and show their details. I built this component from scratch using HTML canvas and JavaScript. The component allows users to hover over different flats to see their details.
Content Management System (CMS)
To facilitate easy updates and management of the website's content, I integrated a Content Management System (CMS). This allows the site administrators to update information without needing to modify the code directly. For this purpose, I used Cockpit CMS, a headless CMS that provides a simple way to manage content. It is also very developer-friendly in my opinion.
Technologies Used
- JavaScript
- Gatsby.JS (I would probably use Next.JS nowadays, but back then Gatsby was my go-to framework for React-based static sites)
- HTML Canvas (for the interactive floor plan)
- Cockpit CMS (for content management)