UMap is a React-based web application that helps users locate buildings across the University of Michigan campus. It features an interactive map, a responsive search bar, and building-specific information pulled from a backend API.
- Live Search Bar: Enter a building acronym or name to zoom to it on the map.
- Interactive Map: View campus buildings as markers on a Leaflet map.
- Marker Click Navigation: Click a marker to update the search and focus on that building.
- Building Info Panel: Displays building name, acronym, address, and image.
- Backend Integration: Fetches building data (name, coordinates, image path, etc.) from a custom backend server.