Welcome to Olamaps! This project is a React-based web application that provides interactive maps for various purposes. https://ola-maps-chi.vercel.app/
- Interactive maps with zoom and pan functionality
- Markers and annotations for specific locations
- Search functionality to find places of interest
- Routing and directions for navigation
- Customizable map styles and themes
To get started with Olamaps, follow these steps:
- Clone the repository:
git clone https://github.com/praveensaharan/Boiler_OLA_Maps.git
- Navigate to the project directory:
cd Boiler_OLA_Maps
- Install the dependencies:
npm install
- Create a
.env
file with:OLA_API=xxxxxxxxxxx
- Start the development server:
npm run dev
Once the development server is running, you can access Olamaps in your web browser at http://localhost:5173. Explore the different features and functionalities provided by the application.
Contributions are welcome! If you would like to contribute to Olamaps, please follow these guidelines:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request
This project is licensed under the MIT License.