Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 837 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 837 Bytes

Description

Pet Adoption is an example project for Print to DOM with JavaScript.

Feature List

  • Show all adobtable animals in a collection
  • Filter pets by type

How To Run

  1. Clone down this repo
  2. Use your favorite http server (like http-server) to serve it up (hs)
  3. In your browser, go where it's being served (default is localhost:8081)

Contributors

TODO/Feature Request

  • reset to all pets button
  • sort by pet gender

code block example:

  <h1>Pet Adoptions</h1>
  <div class="buttonContainer">
    <button id="catButton">Cats</button>
    <button id="dogButton">Dogs</button>
    <button id="ratButton">Rats</button>
  </div>