A location-based travel explorer to discover nearby places with search, filters, and interactive maps.
Nearby Travel Explorer & Guide is a web application that helps users discover and explore nearby places based on a selected location. The application uses the Map API to fetch location-based data and integrates Map to visually display places. Users can search, filter, and sort results dynamically.
This project focuses on building an interactive travel exploration platform using JavaScript and modern web technologies.
- Fetch and display nearby places using a public API
- Implement search, filtering, and sorting using JavaScript
- Display locations on an interactive map
- Build a responsive and interactive UI
- Search places by name
- Filter using
.filter()(category/distance) - Sort using
.sort()(rating/popularity)
- Name
- Description
- Ratings
- Images
- Card-based layout
- Category filter buttons
- Responsive design
- Loading indicator
- API_KEY = "lfkhYciUneb1Pg0WRoNu1ndHy6uw91PIOXR9OphcsxVlqTm4EpJf5Fmy"
- API_KEY = "https://en.wikipedia.org/api/rest_v1/page/summary/${place}"
- HTML
- CSS / Tailwind CSS / Bootstrap (optional)
- JavaScript
- Fetch API
- ✅ API Integration using fetch
- ✅ Search, Filter, Sort using HOFs
- ✅ Interactive UI Design
- Add user reviews and ratings
- Integrate weather data
- Add trip planning feature
- Build a Community
RENUKA