Task 1: Getting Started
Explore the Starter Code
Fork and Clone the starter code repo.
- Run
npm install
- Run
npm start
to run the starter code.
- Run
Open the project and examine the following parts:
components
directorysatData.jsx
contains the data used for this assignment. It is an array of objects. Note the key/value pairs.Buttons.jsx
contains 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.jsx
contains 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.css
contains 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 start
in the terminal. You should see the following: