Skip to content

This interactive web-based Solar System simulation visually represents the planets orbiting the sun using HTML, CSS, and JavaScript. It’s designed to be both educational and engaging, showcasing basic front-end development skills while introducing astronomical concepts. its simple and basic concepts

License

Notifications You must be signed in to change notification settings

GOPALSAMY001/SolarSystem

Repository files navigation

Solar System Web Application

Overview

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.

Project Structure

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

Setup Instructions

  1. Clone the repository to your local machine.

  2. Navigate to the project directory.

  3. Install the necessary dependencies using npm:

    npm install
  4. Open src/index.html in a web browser to view the application.

Usage

  • 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.

Contributing

Contributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.

About

This interactive web-based Solar System simulation visually represents the planets orbiting the sun using HTML, CSS, and JavaScript. It’s designed to be both educational and engaging, showcasing basic front-end development skills while introducing astronomical concepts. its simple and basic concepts

file:///C:/Users/Gopal/OneDrive/Desktop/Material%20about%20Solar%20System/SolarnNew.html

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published