An open API service indexing awesome lists of open source software.

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.

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
```