Map Coordinate Viewer is a simple web application that allows users to input geographic coordinates (latitude and longitude) and visualize the corresponding location on an interactive map. This tool is useful for quickly checking coordinates, sharing locations, or integrating into mapping workflows.
- Input latitude and longitude to view the location on a map
- Interactive map display
- Responsive and user-friendly interface
- Clone the repository:
git clone https://github.com/hectorsvill/Map-Coordinate-Viewer.git
cd Map-Coordinate-Viewer
- Install dependencies:
npm install
To start the development server:
npm run dev
The app will be available at http://localhost:5173
(or as indicated in your terminal).
To build the app for production:
npm run build
The output will be in the dist/
directory.
# create app
npm create vite@latest map-coordinate-viewer -- --template react-ts
# install dependencies
npm install -D tailwindcss postcss autoprefixer
npm install leaflet
npm install -D @types/leaflet
# Tailwindcss integration
npm install tailwindcss @tailwindcss/vite
npm install react-leaflet