Skip to content

LockeCoder/CS340-Project-Two

Repository files navigation

CS 340 – Project Two: Grazioso Salvare Dashboard

Overview

This dashboard filters and maps Austin Animal Center data to find dogs suited for specific rescue profiles. Pick a profile (Water, Mountain/Wilderness, Disaster/Individual), the table repopulates, the pie chart summarizes the current view, and the map centers on the selected row.

Screenshots

  1. Starting state (Reset)
Picture1
  1. Water Rescue applied
Picture2
  1. Mountain/Wilderness applied
Picture3
  1. Disaster/Individual applied
Picture4
  1. Reset again
Picture5

##How to Run (Codio / Jupyter)

  • Open code_files/ProjectTwoDashboard.ipynb.
  • Update credentials at the top if needed (username/password/host/port).
  • Run All. App renders inline via JupyterDash.
  • If port 8050 is busy:
    app.run_server(mode="inline", port=8051)  # or 8052

About

Dash dashboard and MongoDB CRUD module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published