An application which displays all of the planet names in our solarsystem and as the user hovers over the names of the planets their corresponding picture is revealed. Once clicked, a larger display of the photo along with more detailed information about the planet selected is shown. The user can also search at the top of the page and only the planets whose information contains what the user searched will display.
- Requires Node.js
- In your browser type
npm install http-server - Clone down this repo and navigate to the projects folder
- In the terminal and on this project's local directory type
hs -p 8080 - Navigate to localhost: 8080 in the browser
- If page does not display press
control - shift - r


