Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.15 KB

National Parks

Starter project for Front End Web Development JavaScript and the DOM module

Introduction

This starter project is used for illustrating the DOM and using JavaScript to interact with the DOM.

View Demo

For a demonstration of the page visit this link.

Getting started

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 .

Screen Shots

The initial application should look like the following screenshots:

Mobile screen

Tablet screen

Desktop screen

License

This code is MIT Licensed