top of page

2024

Redlining Data Mapping

Website

This maps website is designed using Java, React, and uses MapBox to display a map and redlining data. The backend, built with java, provides API endpoints which allow users to request data sources and filter them by their coordinates or by keywords by using the data-request endpoint. It also provides API requests for adding and removing pins from users maps, as displayed in the front end, while storing these pins in a firestore database. The frontend, built with React and Mapbox, allows users to securely log in through firebase and access their map. The map will display historical redlining data upon load, as well as any saved pins by the user. The search bar allows them to search the map data for specific keywords, and the clear pins button allows them to clear any pins they have on the map.

Readlining Data Display

Screenshot 2024-06-30 at 5.39.40 PM.png
bottom of page