A simple interactive web dashboard built with Dash and Plotly. It displays a bar chart from sample data and includes a category dropdown for future interactivity.
- Bar chart visualization of sample category/value data
- Category dropdown selector (UI scaffold for callbacks)
- Debug mode enabled for local development
- Python 3.8 or newer
- pip
-
Clone or download this repository.
-
Install dependencies:
pip install dash plotly pandasRun the dashboard:
python test.pyOpen your browser to http://127.0.0.1:8050 (Dash default). The server runs with debug=True, so code changes reload automatically.
newProject2/
├── test.py # Dash app entry point
└── README.md
| Library | Purpose |
|---|---|
| Dash | Web app framework |
| Plotly Express | Chart rendering |
| Pandas | Data handling |
No license specified.