Back
Realtime Parking Gent
A website that displays real-time parking availability in Gent using data fetched from an external API.
Period
Oct 2023 - Nov 2023
Technologies
HTML
CSS
JavaScript
Overview
Realtime Parking Gent is a website that provides real-time information about parking availability in the city of Gent.
The website fetches data from an external API and displays the current availability of parking spaces.
Challenge
The challenge was to fetch external data from an API and display it correctly on the website.
This project required understanding how to handle asynchronous requests and render real-time data in a structured way.
Solution
The website was built using HTML, CSS, and JavaScript.
JavaScript was used to fetch parking data from an API and dynamically update the interface with the latest availability information.
Results
The result is a functional website that displays up-to-date parking availability in Gent.
This project marked the first implementation of API data fetching and integration into a frontend application.