Skip to content

final commit#91

Open
brodieheg wants to merge 1 commit intoprojectshft:mainfrom
brodieheg:main
Open

final commit#91
brodieheg wants to merge 1 commit intoprojectshft:mainfrom
brodieheg:main

Conversation

@brodieheg
Copy link
Copy Markdown

I had to write and test all my code separately from the fork/clone, because when I tried to npm start the fork/cloned repo, it refused to connect to local host. That's why there is only one commit, when I was ready to submit. To see my full commit history, view the "master" branch of my repo, rather than "main"

email: event.target.email.value,
phone_number: event.target.phoneNumber.value,
image_url: event.target.url.value
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing semi-colon at end of line

const navigate = useNavigate();

return (
contacts.map ((contact) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice use of map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants