Skip to content

ali-7/w0-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week0 - Project1

Project Description

You are going to be emulating a content managment system by controlling the content in the JavaScript file instead of the HTML file. This project is an excercise pointed at selecting elements and then updating them without touching the HTML file using the DOM.

You have been provided a JSON object with all the necessary data to accomplish this task.

IMPORTANT: You cannot update the HTML or CSS files directly. You must use JavaScript and the DOM only for that.

Task

  • Update the HTML with the JSON data using DOM manipulation ONLY.
  • Change the color of the navigation text to be green.
  • add two new items to the navigation system. You can call them whatever you want.

Stretch Goals

  • Try to integrate a button that can update content on the site with a click of a button. You could build a similar data object with new values to help you test the click event.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages