A location search application built with React and TypeScript, leveraging the OpenStreetMap API to search for places, display them in a list, and show their locations on an interactive map using Leaflet.
- Search Functionality: Search for places using keywords.
- Dynamic Results: Display a list of matching places with relevant details.
- Interactive Map: Show the selected location on an interactive map.
- Responsive UI: User-friendly design with Tailwind CSS.
- Real-Time Updates: Automatically updates the map view based on the selected place.
- Frontend: React, TypeScript
- Map Integration: Leaflet
- Styling: Tailwind CSS
- API Integration: OpenStreetMap Nominatim API
- Clone the repository:
git clone <repository-url>