Parkingent is a web application designed to assist in finding free parking spots in Ghent. Developed as a project during the Full Stack Developer course, this application utilizes geolocation algorithms to provide information on the nearest available parking spots.
- Calculate Distance: Computes the distance between two points on the Earth's surface using latitude and longitude coordinates.
- Find Nearest Parkings: Locates the closest parking spots based on the user's location and sorts them by proximity.
- Display Parkings: Displays information about the parking spots on the webpage, including details such as name, address, capacity, and distance.
- Copy Coordinates to Clipboard: Allows users to copy the coordinates of a parking spot to their clipboard.
- Open Coordinates in Google Maps: Opens the provided coordinates in Google Maps in a new browser tab.
- HTML/CSS
- JavaScript
- APIs for fetching parking information
- Clone the repository.
- Open
index.html
in your browser. - Enter your location to find the nearest parking spots.
This project was developed as a part of the Full Stack Developer course curriculum, focusing on practical application of HTML, CSS, and JavaScript along with working with APIs.