Sinai161 / job-tracker-fe

0 stars 0 forks source link

Create Header Component #2

Open RobertP09 opened 2 days ago

RobertP09 commented 2 days ago

Objective: Create the Header component which will contain:

Expectations: We can expect that after the login, we will have a login payload that looks like:

const userLogin = {
  id: "ioajsdlkjqnman123081",
  firstName: "Ashley"
  lastName: "Galvan",
  email: "fakeemail@gmail.com",
  token: "FakeTokenForNow"
}

Acceptance criteria:

Header Image: Image

RobertP09 commented 2 days ago

@Sinai161 Quick notes on the header.

  1. In react for classes make sure to use "className" instead of "class"
  2. The bottom border is a bit too thick, id do a border-b-2
  3. The name should have an exclamation mark and it should be a bit bold.
  4. There also seems to be some padding on the left and right side of the header.