Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Sample Dashboard

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.

Features

  • Bar chart visualization of sample category/value data
  • Category dropdown selector (UI scaffold for callbacks)
  • Debug mode enabled for local development

Prerequisites

  • Python 3.8 or newer
  • pip

Installation

  1. Clone or download this repository.

  2. Install dependencies:

pip install dash plotly pandas

Usage

Run the dashboard:

python test.py

Open your browser to http://127.0.0.1:8050 (Dash default). The server runs with debug=True, so code changes reload automatically.

Project Structure

newProject2/
├── test.py      # Dash app entry point
└── README.md

Tech Stack

Library Purpose
Dash Web app framework
Plotly Express Chart rendering
Pandas Data handling

License

No license specified.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages