nss-evening-cohort-10 / nutshell-nautilus-explorer

0 stars 0 forks source link

refactor file structure / crud functionality #78

Closed ivannio closed 4 years ago

ivannio commented 4 years ago

User Story

As a developer, in order to efficiently work on a new feature, I need to be familiar with and comfortable with the way the project is laid out in terms of components.

AC

WHEN you navigate to the project directory THEN you should see three components per section (Crew, Species, etc)

These components should be the following:

  1. sectionData.js where axios call functions are located
  2. section.js where dom string buiders and CRUD functions are defined/attached to dom elements.
  3. sectionCard.js where a single dom string builder is defined so we can easily loop through our data in section.js and print to the dom.

Dev Notes