Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrymun/solar-system
Solar system animated with css
https://github.com/barrymun/solar-system
bun docker scss solar-system
Last synced: 8 days ago
JSON representation
Solar system animated with css
- Host: GitHub
- URL: https://github.com/barrymun/solar-system
- Owner: barrymun
- License: mit
- Created: 2024-04-03T08:33:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T12:58:33.000Z (3 months ago)
- Last Synced: 2024-11-07T00:27:11.398Z (about 2 months ago)
- Topics: bun, docker, scss, solar-system
- Language: SCSS
- Homepage: https://solar-system.neilmurphy.dev/
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solar System Simulation with CSS
This project is a simple simulation of the solar system using CSS animations. It displays the planets orbiting around the sun and the moon orbiting around the Earth.
![demo](screenshots/1.png)
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Build](#build)
- [License](#license)## Features
- Realistic simulation of the solar system.
- Smooth CSS animations for planet orbits.
- Moon orbiting around the Earth.
- Lightweight and easy to understand codebase.## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/barrymun/solar-system.git
```
2. `cd` into the project directory.## Usage
- Execute `bun run docker-dev-up` to get the project working locally with docker.## Build
- Execute `bun run build`.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.