{"id":29452649,"url":"https://github.com/skt1803/solar-system","last_synced_at":"2026-05-04T08:40:20.347Z","repository":{"id":295846403,"uuid":"990898733","full_name":"SKT1803/solar-system","owner":"SKT1803","description":"Solar System","archived":false,"fork":false,"pushed_at":"2025-05-27T16:32:40.000Z","size":18182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-27T17:35:48.626Z","etag":null,"topics":["blackhole","earth","orbit","planets","react","solar-system","solarsystemproject","sun","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://solar-system-mu-kohl.vercel.app","language":"CSS","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/SKT1803.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}},"created_at":"2025-05-26T20:16:05.000Z","updated_at":"2025-05-27T16:34:51.000Z","dependencies_parsed_at":"2025-05-27T17:48:25.185Z","dependency_job_id":null,"html_url":"https://github.com/SKT1803/solar-system","commit_stats":null,"previous_names":["skt1803/solar-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SKT1803/solar-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKT1803%2Fsolar-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKT1803%2Fsolar-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKT1803%2Fsolar-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKT1803%2Fsolar-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SKT1803","download_url":"https://codeload.github.com/SKT1803/solar-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKT1803%2Fsolar-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265213201,"owners_count":23728681,"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":["blackhole","earth","orbit","planets","react","solar-system","solarsystemproject","sun","vite","vitejs"],"created_at":"2025-07-13T22:10:06.042Z","updated_at":"2026-04-07T18:33:20.530Z","avatar_url":"https://github.com/SKT1803.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" id=\"solar-system\"\u003e\n\n\u003cimg src=\"screenshots/logo.png\" width=\"125px\"\u003e\n\n\u003c/div\u003e\n\n# Solar System Model\n\nA dynamic, interactive model of our solar system built with **JavaScript**, **React**, and **CSS**. Explore the orbits, sizes, and rotation of the planets — all in a beautiful, user-friendly UI. Now live and deployed on **Vercel**!\n\n# Deployed On Vercel\n🌐 **Live Demo**: [Try it on Vercel](https://solar-system-mu-kohl.vercel.app)\n\n\n---\n\n## Features\n\n- **Full Solar System**: Models the **Sun**, **Moon**, and **8 planets**.\n- **Custom Controls**:\n  - Adjust **rotation speed** of planets.\n  - Scale planet **sizes**.\n- **Orbit Display**:\n  - View orbital paths using the **\"Show-Info \u0026 Display Orbit\"** button.\n  - Popups include **planet names** and links to **NASA** (currently only Sun linked).\n- **Zoom \u0026 Pan**: Freely explore the solar system.\n- **Animated**: Includes various **CSS animations**.\n- **Responsive Design**: Works across devices.\n- **User-Friendly UI**: Intuitive interactions via buttons.\n\n---\n\n## Project Structure\n\u003cpre\u003e\nSolarSystem\n├── 📁 public # Public assets\n├── 📁 src # Source code\n│ ├── 📁 CEarth, CMars... # Components for each celestial body\n│ ├── 📁 CSolarSystem # Main system logic\n│ ├── App.jsx, main.jsx # React entry point\n│ ├── App.css, index.css # Styling\n│ └── assets # Images or media (optional)\n├── index.html\n├── package.json\n├── vite.config.js\n├── README.md\n└── .gitignore, eslint config, etc.\n\u003c/pre\u003e\n\n---\n\n## Getting Started\n\nThis project is built with **React**, styled using **CSS**, and bundled with **Vite** for blazing-fast development.\n\n### Installation\n\n```bash\ngit clone https://github.com/SKT1803/SolarSystem.git\n   cd SolarSystem\n   npm install\n\n Run Locally\n   npm run dev\n```\n---\n\n## Overview\n\n\u003cbr\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/1.png\" width=\"800\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/2.png\" width=\"800\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/3.png\" width=\"800\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"screenshots/4.png\" width=\"800\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskt1803%2Fsolar-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskt1803%2Fsolar-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskt1803%2Fsolar-system/lists"}