Skip to content

Maysker/parkingent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Free parking spots in Gent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • CSS 29.0%
  • HTML 10.8%