This project was completed as part of an assignment for the CHALO App. It features a form for capturing two locations along with their latitude and longitude coordinates. Additionally, the system calculates and stores intermediary locations between the two provided points. The captured data can be visualized on a map, displaying the route between the two locations.
- Location Form: Capture two locations with latitude and longitude coordinates.
- Intermediary Locations: Calculate and store intermediary locations.
- Map Visualization: Display the route between the two locations on a map.
- Clone this repository to your local machine.
- Install the necessary dependencies.
- Set up environment variables, such as the Google Maps API key.
- Launch the application and access the location form.
- Input the desired locations and submit the form.
- View the generated route on the map interface.
- Frontend: HTML, CSS, JavaScript, ChakraUI
- Mapping: Google Maps API
Contributions are welcome!