Welcome to Solarium, a frontend web app that uses the majesty of CSS to let you explore the Solar System!
The landing page contains a model of each planet's relative orbital period. Users can switch views for to-scale representations of the planetary sizes and distances from the sun. Clicking on any of the planet's names in the navbar will bring up some more information about each individual planet.
- To-scale solar system views for relative orbit speeds, planet sizes, and distances from sun
- Separate pages for each planet with some extra data
- Info on the Sun
- Dwarf Planets
- Asteroids?
- Improved animations/transitions
To create a fork and run your own version of Solarium locally, open a terminal and run the command:
git repo fork https://github.com/ChristoGrab/Solarium.git --clone
Then navigate to the root folder of the project and run:
npm install
npm start
Congratulations! You can now open Solarium in the browser at the designated localhost port.