- navigation bar which contains Home and addMovie.
- Home Page, displays the movie Card with image, title, release year and rating.
- addMovie, displays the form to get value that creates the new movieCard
Added navigation bar, that switch between home and addMovie page.
Created the movieCard ad=nd saved to local storage.
while submitting the data, it push the movie to the home page as card.
@media (min-width: 600px) {
.cards { grid-template-columns: repeat(2, 1fr); }
}
Navigation funtionality using router library