Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem Statement Your task is as follows: Load Projects ( script . js file ) : Add a functionality in the loadProjects ( ) function
Problem Statement
Your task is as follows:
Load Projects scriptjs file:
Add a functionality in the loadProjects function to retrieve all the project objects from projects array defined in the projects.js file and create individual cards displaying the information as below:
The CSS is already provided for the DOM elements in styles.css file. Kindly use the CSS selectors given in the index.html file.
For creating individual project cards, you will have to iterate over the projects array. For this, you can use the Array.length property.
Save New Project scriptjs file:
Add a functionality in the saveNewProject function to fetch the details of the new project from the form used for entering the details of the new project using DOM manipulation In Java script.
Create a new noniect ohiect using the details fetched
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started