-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70c3056
commit 93a0a61
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
|
||
# π Solar System Explorer | ||
|
||
An interactive visualization of our solar system created using only HTML and CSS. π Explore the planets, their moons, and fascinating details about each celestial body. | ||
|
||
## β¨ Features | ||
- π **Interactive Navigation**: Click on any planet to reveal detailed information about it. | ||
- πͺ **Realistic Textures**: High-quality planet textures enhance the immersive experience. | ||
- π± **Responsive Design**: Optimized for various screen sizes, providing a seamless user experience across devices. | ||
- π **Educational Content**: Learn interesting facts about each planet, including its moons, size, and history. | ||
|
||
## π Demo | ||
[Live Demo](#) *(https://github.com/SachinPundir78/Solar-System-Explorer)* | ||
[Live Demo](#) vercel Link *(https://solar-system-explorer-bay.vercel.app/)* | ||
|
||
## βοΈ Installation | ||
1. Clone this repository to your local machine: | ||
```bash | ||
git clone https://github.com/sachinpundir0078/solar-system-explorer.git | ||
``` | ||
2. Navigate to the project folder: | ||
```bash | ||
cd solar-system-explorer | ||
``` | ||
3. Open `index.html` in your preferred web browser to explore the solar system. | ||
|
||
## π Usage | ||
- Click on a planet in the left-hand menu to zoom in and view its details. | ||
- Learn about its distance from the Sun, unique characteristics, and historical significance. | ||
- Explore moons by hovering over their names when available. | ||
|
||
## π οΈ Technologies Used | ||
- **HTML5**: Structure and content of the webpage. | ||
- **CSS3**: Styling, animations, and layout. | ||
|
||
## π‘ Acknowledgments | ||
- Planet textures sourced from various NASA repositories. | ||
- Inspired by [Jamie Coulter's CodePen](https://codepen.io/jcoulterdesign/pen/ZxXbeP). | ||
|
||
## π License | ||
This project is licensed under the MIT License. See the `LICENSE` file for details. | ||
|
||
## πΈ Screenshots | ||
*(Add screenshots of the project here)* | ||
|
||
![Solar System Explorer](./Screenshot 2024-11-18 231428.png) | ||
|
||
Feel free to contribute to this project by submitting pull requests or reporting issues. π |