This repository contains basic boilerplate code for you to get started with.
You will need to replace the contents of these files with your own code.
The index.html
file includes a basic template with a link to the css/styles.css
file and a script tag after the main content which links to the js/scripts.js
file.
The css/styles.css
file contains a basic starting template for a responsive page.
The js/scripts.js
file contains a simple console.log statement to confirm that it is being executed.
All images inside assets/photos
folder are from https://pixabay.com and used under the licence outlined here https://pixabay.com/service/terms/
All SVG Vectors are from https://www.svgrepo.com
This application makes use of the PokeAPI, which can be found at https://pokeapi.co/