Front-End-Web-Developer-Nanodegree

Project 2: Landing Page

Udacity Front End Developer Nanodegree Program

This project aims to give real-world scenarios of manipulating the DOM. The functionality will be using serve two purposes: to prepare for appending dynamically added data to the DOM, and to show how javascript can improve the usability of an otherwise static site. This project barely touches the surface of what is possible, but it does use some incredibly common events, methods, and logic.

Requirements

This project requires to build a multi-section landing page, with a dynamically updating navigational menu based on the amount of content that is added to the page. This project was evaluated by a Udacity code reviewer according to the Personal Blog Website project rubric. Rubric for detailed project requirements prior to submission.

Developement Strategy Used :speech_balloon:

Architecture

The project have a structure like the one shown below. App successfully renders a home page with clear design and functionality added when index.html is loaded in the browser. No errors displayed in console.

css
- styles.css    
index.html
js
- app.js
../README.mdn

Technologies Used

Results

Landing page designed and built from using template produced by Udacity: ‘refresh-2019’ clone branch on Github.

Landing Page preview links are active. From generated link you can view active Landing page.