Skip to content

bnemchak/pet-adoption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published