Skip to content

arv-anshul/pw-experience-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PW Skills Experience Portal

Dashboard of PW Skills Experience Portal which shows all the projects with their documentation link.

This app is made with Streamlit library (used for making Web-Apps) with Python programming language. This is a multi-page streamlit app.

See my another PW Courses dashboard here.

# Install streamlit
pip install streamlit

# Run the dashboard
streamlit run 🗒️_README.py

Motivation :

When I saw the tutorial of this portal I realizes that I have to iterate through all the sections to see the description of projects. Then I decided that I would like to know all the projects from different techs and domains at one time. So I find the API and made a dashboard out of it by myself to analyse all the projects which are provided by them.

Also this helps me to decide that which project is best for me.

Process

Fectching data from API

Data of PW Skills Experience Portal which includes :

  1. Types of technology used for project building.
  2. Different domains in which the projects asociated.
  3. List of projects with its Title, Description Link.

Python Script Here

Features

  1. See the portal's data at once in compressed formate at Overview page.
  2. You can see projects and their details at View Projects page
  3. You can filter the projects on the basis of their difficulties.
  4. You can see the projects by their Technology and Domains (by applying filter).
  5. Also, you can download the each project's documentation/description with download button.
  6. I provided all the other documents which require to know to work on any project. Its like universal document which is applicable on all the project. It cantains the methods or rules to apply while making a project like architecture, HLD, LLD etc.

Created by arv-anshul

Also see my another dashboard which shows all the PW Skills Courses Overview.