luketlancaster / bear-watcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Story

When the user first visits the page they should see a form asking them to enter a bear's name and an image URL for that bear. This should create a bear card that will display the given information below.

AC

WHEN I first visit the site I should see a form asking me to enter a bear's name and an image URL.
AND When I submit this form I should see a dynamically created card displaying the entered information

Dev Notes

  • use bootstrap 4 styling
  • use JS Modules to break up the javascript

Screenshots

![BearForm](javascripts/assets /screenshots/BearForm.png) ![BearForm](javascripts/assets /screenshots/BearForm2.png)

About


Languages

Language:JavaScript 62.7%Language:HTML 30.2%Language:CSS 7.1%