Map Project Welcome to the Map Project repository! This project is a web application that allows users to search for the location of any city or country, calculate the distance between two locations, and find nearby places. It provides an interactive map experience using Mapbox.
Key Features Search Location: Find any city or country on the map. Distance Calculation: Calculate the distance between two locations. Nearby Places: Discover places around the searched location. Interactive Map: Users can zoom in/out, pan, and interact with the map. Technologies Used HTML: For the structure and layout of the web application. CSS: To style the application and make it responsive and visually appealing. JavaScript: Adds functionality and dynamic features, such as searching locations and calculating distances. Mapbox API: For rendering maps, fetching location data, and implementing map features. How to Use Search for a Location: Enter a city or country in the search bar and click the search button. The map will zoom in on the searched location. Find Nearby Places: Click on "Find Nearby Places" after searching for a location to see nearby points of interest. Calculate Distance: Enter a second location, and the app will calculate the distance between the two places. Get Route: Select a travel mode (Car, Bike, Walk), and the app will show the route and estimate the travel time. Installation Clone this repository: bash Copy code git clone https://github.com/your-username/map-project.git Navigate to the project folder: bash Copy code cd map-project Open index.html in your browser to start using the app.