https://github.com/prakharrathi25/multipage-dash-app
Multipage Application built using Dash
https://github.com/prakharrathi25/multipage-dash-app
dash dashboard flask hacktoberfest multipage-application
Last synced: about 1 year ago
JSON representation
Multipage Application built using Dash
- Host: GitHub
- URL: https://github.com/prakharrathi25/multipage-dash-app
- Owner: prakharrathi25
- License: gpl-3.0
- Created: 2022-05-13T05:13:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T16:04:41.000Z (over 3 years ago)
- Last Synced: 2025-03-31T11:01:33.242Z (about 1 year ago)
- Topics: dash, dashboard, flask, hacktoberfest, multipage-application
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://forthebadge.com) [](https://forthebadge.com) [](https://forthebadge.com) [](https://forthebadge.com)
# Multipage Dash Application 💻
This is a boilerplate code for creating a multipage dash application. It is a good starting point for creating a dash application which uses multiple pages. The repository provides a structure that users can fork and create their own applications.
## How to Run
1. Clone the repository
```
git clone https://github.com/prakharrathi25/multipage-dash-app.git
```
2. Install dependencies
```
pip install -r requirements.txt
```
3. Run the application
```
python index.py
```
## License
The project is available under the [GNU GPL license](https://github.com/prakharrathi25/multipage-dash-app/blob/main/LICENSE) and can be used, reproduced, modified, and distributed by anyone at will.