Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

final commit #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

final commit #91

wants to merge 1 commit into from

Conversation

brodieheg
Copy link

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

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

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