As a developer, I should see a folder for Earth within the Components folder. It should have a js file, and an scss file within that folder. They should export properly and import the array.
AC
WHEN I look at the site tree
THEN I should see a folder for Earth in Components
AND I will find a js and scss file in the Earth folder
AND they will import and export properly
AND they will access the array
Dev Notes
make an earth folder with earth.js and earth.scss
import and export them properly
earth.js must access and loop through the planets.js array
write a function for the large card to print to the DOM
User Story
As a developer, I should see a folder for Earth within the Components folder. It should have a js file, and an scss file within that folder. They should export properly and import the array.
AC
WHEN I look at the site tree THEN I should see a folder for Earth in Components AND I will find a js and scss file in the Earth folder AND they will import and export properly AND they will access the array
Dev Notes