- 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.
- 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
To run on your system, follow these steps:
-
Clone the repository:
git clone https://github.com/Vinay-Basargekar/profile-mapper.git
-
Navigate to the project directory:
cd profile-mapper
-
Install dependencies:
npm install
-
Start the development server:
npm run dev