Alison Case
This interactive web application allows users to submit and view wading bird sightings in Everglades National Park. The app features a dynamic map where users can explore points of interest, filter sightings by species and date, and contribute their own observations. The project leverages modern web technologies to provide an engaging and user-friendly experience for bird enthusiasts and researchers.
This project was created as part of my coursework at the University of Wisconsin-Madison for GEOG 777 and does not represent the views of my employer.
- Submit bird sightings with species, date, time, and location.
- Interactive map with zoom, pan, and locate functionality.
- Filter sightings by species and date range.
- Toggle visibility of points of interest (POIs) and sightings layers.
- Pre-populated date and time fields for convenience.
- Responsive design for desktop and mobile devices.
- @arcgis/core (v4.25.0)
- React (v18.0.0)
- React Router DOM (v6.30.0)
- Supabase (v2.0.0)
- CRACO (v7.1.0)
Last Updated: April 24, 2025
- Node.js and npm installed on your machine.
- A Supabase project set up with a
sightingstable.
- Clone the repository:
git clone https://github.com/alisoncase/ever_wading_birds.git cd ever_wading_birds