Starter project for Front End Web Development JavaScript and the DOM module
This starter project is used for illustrating the DOM and using JavaScript to interact with the DOM.
For a demonstration of the page visit this link.
Fork this repository then clone your fork to your local machine.
git clone https://github.com/<YOUR_GITHUB_USERNAME>/starter-national-parks.git
Navigate to the folder containing the repository and start a local server. For example you may use lite-server.
npx lite-server
lite-server is a lightweight development only node server that serves a web app, opens it in the browser, and refreshes when html or javascript changes occur.
Open the code in your favourite editor. For instance, to open VSCode:
code .
The initial application should look like the following screenshots:
This code is MIT Licensed