This project is a simple React application that displays a map of different places across the world using OpenStreetMap API and Leaflet.js package in TypeScript.
- Clone the repository to your local machine:
git clone https://github.com/your-username/react-map-project.git
- Navigate to the project directory:
cd MapView
- Install dependencies:
npm install
- Start the development server:
js npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the map. -
Use the map controls to zoom in, zoom out, and navigate across different places.
- React.js
- TypeScript
- Leaflet.js
- OpenStreetMap API
This project is licensed under the MIT License.