Week 4 Timer Game - uses JavaScript to display a timer that counts down to 0. User can select 1, 3, or 5 minutes. To run, download folder and open index.html in your browser.
Ajax Pets - uses fetch and JavaScript to load images depending on which pet type is selected. To run, download folder and open index.html in your browser.
Jokebook - Node/Express project which displays categories of joke in endpoint jokebook/categories, and a random joke from each category in endpoint jokebook/joke/:category. To run, download folder and in terminal, run nodemon, then open http://localhost:8000/ in your browser. You will need Node, npm, express, and nodemon.