Loading repository data…
Loading repository data…
Terieyenike / repository
This project is a dynamic web application that calculates the distance between two geographical points using their latitude and longitude. The application is built using HTML, CSS, and JavaScript, and it interacts with an API hosted on AWS.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a dynamic web application that calculates the distance between two geographical points using their latitude and longitude. The application is built using HTML, CSS, and JavaScript, and it interacts with an API hosted on AWS.
To run this project locally, follow these steps:
Clone the repository:
git clone https://github.com/Terieyenike/aws-web-app.git
cd aws-web-app
Open the HTML file:
Open index-FINAL.html in your web browser.
Usage:
The application makes a POST request to an API hosted on AWS. Ensure that the API endpoint is correctly set in the JavaScript code:
fetch("REPLACE WITH YOUR API GATEWAY ENDPOINT", {
method: 'POST',
headers,
body,
})
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.