https://github.com/aumsoni2002/location-search
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.
https://github.com/aumsoni2002/location-search
openstreetmap-api react tailwindcss typescript
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/aumsoni2002/location-search
- Owner: aumsoni2002
- Created: 2024-12-04T20:07:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-04T20:23:26.000Z (over 1 year ago)
- Last Synced: 2025-02-13T00:47:15.683Z (over 1 year ago)
- Topics: openstreetmap-api, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://aumsoni2002.github.io/Location-Search/
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Location Search Application
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.
## Features
- **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.
## Tech Stack
- **Frontend:** React, TypeScript
- **Map Integration:** Leaflet
- **Styling:** Tailwind CSS
- **API Integration:** OpenStreetMap Nominatim API
## Installation and Setup
1. Clone the repository:
```bash
git clone
```