Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.34 KB

Parkingent

Description

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.

Features

  • 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.

Technologies

  • HTML/CSS
  • JavaScript
  • APIs for fetching parking information

Installation and Usage

  1. Clone the repository.
  2. Open index.html in your browser.
  3. Enter your location to find the nearest parking spots.

Course Context

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.