Welcome to PuppyBowl!
A JavaScript web app that displays Puppy Bowl players using an external API.
Users can view player details and see a list of all players.
- Fetches all players from the Puppy Bowl API
- View a single player’s details
- Displays player names and images
- Responsive layout
- HTML
- CSS
- JavaScript
- Jest for testing
- Clone the repo
- Open
index.htmlin your browser - Run tests:
npm install npm test