{"id":26296183,"url":"https://github.com/rohancyberops/periodictable","last_synced_at":"2025-03-15T04:17:13.413Z","repository":{"id":269113182,"uuid":"902818800","full_name":"RohanCyberOps/PeriodicTable","owner":"RohanCyberOps","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-21T01:53:52.000Z","size":269,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T19:51:29.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-12-13T10:31:26.000Z","updated_at":"2024-12-23T09:06:43.000Z","dependencies_parsed_at":"2024-12-21T02:31:43.755Z","dependency_job_id":"0f1edc12-6583-4c1a-a9a2-72f68926e44b","html_url":"https://github.com/RohanCyberOps/PeriodicTable","commit_stats":null,"previous_names":["chrohangurjar/periodictable","rohancyberops/periodictable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPeriodicTable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPeriodicTable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPeriodicTable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPeriodicTable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/PeriodicTable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681043,"owners_count":20330155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-03-15T04:17:12.670Z","updated_at":"2025-03-15T04:17:13.399Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Periodic Table](R.png)  \n---\n\n# 🌟 Periodic Table  \n\nA sleek and interactive application that dynamically generates a Periodic Table of Elements using data from a CSV file. This project showcases all known chemical elements with their respective properties and allows users to explore details about each element easily.  \n\n## 🚀 Features  \n- Interactive Periodic Table layout generated dynamically from CSV data.  \n- Displays detailed information about each element, including:  \n  - Atomic number  \n  - Symbol  \n  - Name  \n  - Atomic mass  \n  - Electron configuration  \n- User-friendly design with a responsive UI for all devices.  \n\n## 🛠️ Technologies Used  \n- **Python**: Pre-processes and serves the data from the CSV file.  \n- **CSV**: Stores data about the elements in a structured format.  \n- **JavaScript**: Dynamically generates the table and adds interactivity.  \n\n## 📂 Project Structure  \n```\nPeriodicTable/\n├── src/\n│   ├── app.py           # Main Python script for serving the application\n│   ├── data/\n│   │   └── elements.csv  # CSV file containing element data\n│   ├── js/\n│   │   └── script.js     # JavaScript for interactivity\n│   ├── templates/\n│   │   └── index.html    # HTML file for the UI\n│   └── static/\n│       └── css/\n│           └── style.css # Stylesheet for design\n├── LICENSE               # License file\n└── README.md             # Documentation\n```  \n\n## 💻 Getting Started  \n\n### Prerequisites  \n- Python 3.x installed on your system.  \n- A modern web browser (Chrome, Firefox, Edge, etc.).  \n\n### Installation  \n1. Clone the repository:  \n   ```bash  \n   git clone https://github.com/chrohangurjar/PeriodicTable.git  \n   ```  \n2. Navigate to the project directory:  \n   ```bash  \n   cd PeriodicTable  \n   ```  \n3. Install required Python packages:  \n   ```bash  \n   pip install -r requirements.txt  \n   ```  \n4. Run the Python script:  \n   ```bash  \n   python src/app.py  \n   ```  \n5. Open your browser and visit `http://127.0.0.1:5000` to explore the Periodic Table.  \n\n## 🧪 Demo  \n[Live Demo](#) — *(Add the link to a live demo or deployment if available)*  \n\n## 🤝 Contributing  \nContributions are welcome! Feel free to:  \n- Fork the repository.  \n- Submit pull requests with improvements or fixes.  \n\n## 📜 License  \nThis project is licensed under the [MIT License](LICENSE).  \n\n## 📧 Contact  \n**Rohan Naagar**  \n- GitHub: [@chrohangurjar](https://github.com/chrohangurjar)  \n- Email: [Rohan150907@gmail.com](mailto:Rohan150907@gmail.com)  \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fperiodictable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fperiodictable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fperiodictable/lists"}