As a developer, I should see a folder for Mars 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 Mars in Components
AND I will find a js and scss file in the Mars folder
AND they will import and export properly
AND they will access the array
Dev Notes
make a mars folder with mars.js and mars.scss
import and export them properly
mars.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 Mars 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 Mars in Components AND I will find a js and scss file in the Mars folder AND they will import and export properly AND they will access the array
Dev Notes