Skip to content

Vinay-Basargekar/profile-mapper

Repository files navigation

Travel Mapper

  • web application that helps users find restaurants, hotels, and attractions in a specified location and view them on an interactive map. The app allows users to explore nearby points of interest and get detailed information, including photos, addresses, and locations.

Screenshot

Implementation

  • Initialized the project using Vite with React as the base framework
  • Implemented a responsive design with Tailwind CSS
  • Integrated Leaflet.js for interactive map functionality
  • Utilized Axios to fetch real-time data from the Travel Advisor API

Getting started

To run on your system, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Vinay-Basargekar/profile-mapper.git
  2. Navigate to the project directory:

    cd profile-mapper
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev