nss-evening-cohort-06 / theme-park-m3diators

theme-park-m3diators created by GitHub Classroom
3 stars 1 forks source link

User must see copyright information #5

Closed zoeames closed 7 years ago

zoeames commented 7 years ago

Story

As a user, in order to know when the content was last updated, I need to see the date of the copyright

Acceptance Criteria

Given user visits the application When the page is rendered Then there should be a copyright notice in a footer element with the current year and today's date.

ghost commented 7 years ago

Wireframe

image

Matthensley777 commented 7 years ago

display on bottom of domString;

new Date ( list[0].dt);

ghost commented 7 years ago

Create a div element in index.html with id #copyright