Task 1: Getting Started
Explore the Starter Code
Fork and Clone the starter code repo.
- Run
npm install - Run
npm startto run the starter code.
- Run
Open the project and examine the following parts:
componentsdirectorysatData.jsxcontains the data used for this assignment. It is an array of objects. Note the key/value pairs.Buttons.jsxcontains two<button>tags. The both<button>tags are placeholders. We will be updating these buttons as we work in this component. When the project is complete, it will render 4 buttons.Table.jsxcontains a very basic table structure. You will expand the table so that it displays the required data for each satellite.- “TBD” stands for “To Be Determined”
styling.csscontains CSS stylings. Styling is optional for this assignment. If you want to use the styling provided, read the Optional Styling section to see where to import this file.
If you have not started the project yet, run
npm startin the terminal. You should see the following:
