Prototype for an attendance analytics website for my school district as requested by our superintendent
- RESTful API backend that has connection to a testing SQL database of student data
- React App frontend with a connection to backend that displays the interface
- Google OAuth 2.0 and Google One Tap for sign in authentication for approved users
- Google Maps JavaScript API centered on South Brunswick with tomtom Geocoding API to display markers of homes based on various metrics
- ChartJS to display metrics
- Uses backend to display raw list of data filtered by chosen characteristics
- BootStrap used for HTML/CSS elements