Description
Print to Dom using multiple JS pages for the first time
Feature List
- bootstrap form to collect information
- prints cards containing image and name
How To Run
- Clone down this repo
- Use your favorite http server (like http-server) to serve it up (
hs
)
- In your browser, go where it's being served (default is localhost:8080)
Contributors
TODO/Feature Request
- [ ] click button for attempts to catch a fish
- [ ] click button for successfully catching a fish
- [ ] time stamps for last attempt and last catch
- [ ] tally of total fish caught
- [ ] fattest bear award secton
- [ ] two winnter if they tie
code block example:
import utils from "../helpers/utils.js"
import bearData from "../helpers/data/bearData.js"
import showBear from "./river.js"