This project is a web application that visualizes the solar system, showcasing the planets and their moons in an interactive 3D environment. Users can explore the solar system, view details about each planet, and learn interesting facts.
solarn-workspace ├── src │ ├── index.html # Main HTML document for the application │ ├── css │ │ └── styles.css # Styles for the web application │ ├── js │ │ └── solar.js # JavaScript code for rendering the solar system │ └── assets │ └── data │ └── planets.json # JSON data related to the planets ├── .vscode │ └── settings.json # Workspace-specific settings for VS Code ├── .gitignore # Files and directories to be ignored by Git ├── package.json # Configuration file for npm └── README.md # Documentation for the project
-
Clone the repository to your local machine.
-
Navigate to the project directory.
-
Install the necessary dependencies using npm:
npm install
-
Open
src/index.html
in a web browser to view the application.
- Use your mouse to drag and rotate the solar system.
- Scroll to zoom in and out.
- Click on planets to view details about their moons and other interesting facts.
Contributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.