Skip to content

Thinkful-Ed/starter-national-parks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.9%
  • CSS 27.1%