Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T16:04:41.000Z (about 2 years ago)
- Last Synced: 2023-03-03T21:37:21.735Z (almost 2 years ago)
- Topics: dash, dashboard, flask, hacktoberfest, multipage-application
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![multipage-dash-app](https://socialify.git.ci/prakharrathi25/multipage-dash-app/image?forks=1&language=1&name=1&owner=1&stargazers=1&theme=Light)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/uses-badges.svg)](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.