{"id":26919443,"url":"https://github.com/kammarah/data-sample","last_synced_at":"2026-05-05T17:33:10.718Z","repository":{"id":283592148,"uuid":"952284178","full_name":"kAmmarah/data-sample","owner":"kAmmarah","description":"I designed a database website 🌐 that can be uploaded easily for use 📤. You can check my website 👀.","archived":false,"fork":false,"pushed_at":"2025-04-06T04:26:23.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T01:55:26.495Z","etag":null,"topics":["data-analysis","data-visualization","database","deploy","deployment","library-management-system","panaversity","streamlit","webapp"],"latest_commit_sha":null,"homepage":"https://data-sample-m6kx7qw3xbturyd4kmrcxr.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kAmmarah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-21T03:07:12.000Z","updated_at":"2025-04-06T04:26:26.000Z","dependencies_parsed_at":"2025-03-21T03:28:49.822Z","dependency_job_id":"cc799738-1dc3-48a9-bca9-42c1acc7da21","html_url":"https://github.com/kAmmarah/data-sample","commit_stats":null,"previous_names":["kammarah/data-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kAmmarah/data-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kAmmarah%2Fdata-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kAmmarah%2Fdata-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kAmmarah%2Fdata-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kAmmarah%2Fdata-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kAmmarah","download_url":"https://codeload.github.com/kAmmarah/data-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kAmmarah%2Fdata-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-visualization","database","deploy","deployment","library-management-system","panaversity","streamlit","webapp"],"created_at":"2025-04-01T21:33:58.682Z","updated_at":"2026-05-05T17:33:10.700Z","avatar_url":"https://github.com/kAmmarah.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data-sample\n## 💻 **Project Name:** Data Sample Web App 📊✨\n\n---\n\n## 🌟 **Purpose of the Web App:**\nThis app helps you 📥 **upload Excel data**, 📑 **view the data**, 🧮 **analyze the data** (like average, minimum, maximum), and 📈 **visualize the data** using graphs — all on a web page created by **Streamlit**.\n\n---\n\n## 🛠 **Steps I Followed to Create This App:**\n\n---\n\n### 1️⃣ **I created a project folder 📂**\n- Named it: `d-s.py`\n- Inside it, I added:\n  - `d-s.py` — My Streamlit Python file 🐍\n  - `requirements.txt` — For library dependencies\n  - `data_sample.xlsx` — Sample Excel data file (optional)\n\n---\n\n### 2️⃣ **I set up a Virtual Environment 🐍**\n- To keep my project clean and separate:\n```bash\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n---\n\n### 3️⃣ **I installed important libraries 📚**\n```bash\npip install streamlit pandas openpyxl matplotlib seaborn\n```\n- I added these to `requirements.txt` ✅\n\n---\n\n### 4️⃣ **I wrote the main Streamlit App code 🖥️**\n- My app:\n  - Shows a Title with Emojis 🎉\n  - Has a file uploader to upload Excel data 📥\n  - Displays uploaded data in table form 📝\n  - Gives a data summary (mean, count, etc.) 📊\n  - Creates beautiful charts and graphs 📈\n  - Shows a secret message: **\"Created by Ammara ❤️\"**\n\n---\n\n### 5️⃣ **I run my Streamlit App 🚀**\n```bash\nstreamlit run d-s.py\n```\n✅ It opened automatically in my browser 🌐\n\n---\n\n### 6️⃣ **Key Features I Added ✨**\n✔ Upload Excel file  \n✔ View Data Table 🗒  \n✔ Show Statistics (average, min, max) 📈  \n✔ Data Visualization with Charts 📊  \n✔ Hidden Message: _\"Created by Ammara ❤️\"_ 🔒\n\n---\n\n### 7️⃣ **I can Deploy this App Online 🌍**\n- On **Replit** (Optional)\n- **Streamlit Cloud**\n- **PythonAnywhere**\n\n- ## 🎉 **Your Data Sample Web App is ready!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkammarah%2Fdata-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkammarah%2Fdata-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkammarah%2Fdata-sample/lists"}