nss-evening-cohort-26 / gitsub-live-wire

gitsub-live-wire created by GitHub Classroom
0 stars 0 forks source link

got my pinned repos to display and and my create new pinned repo to work #40

Closed yarelismartin closed 8 months ago

yarelismartin commented 8 months ago

Description

I got my loop of pinned repos to show and my create new pinned repo function to work

Related Issue

https://github.com/nss-evening-cohort-26/gitsub-live-wire/issues/14 https://github.com/nss-evening-cohort-26/gitsub-live-wire/issues/18 https://github.com/nss-evening-cohort-26/gitsub-live-wire/issues/22

Motivation and Context

Required in order for the page to have context.

How Can This Be Tested?

Fill out the form to create a new pinned repo.

Screenshots (if appropriate):

image In my html I changed my tag from a div to a form tag

image If you decide to change your tag to a form then you shouldn't use the same querySelector as I did. Just use the ID within your code. Before you change your html tag to form try it with your original div tag because I don't think its essential to make it a form tag.

Types of changes