Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Responsive Web Design Projects - Build a Product Landing Page Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/RKRbwL. Fulfill the below

Responsive Web Design Projects - Build a Product Landing Page

  • Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/RKRbwL.
  • Fulfill the below user stories and get all of the tests to pass. Give it your own personal style.
  • You can use HTML, JavaScript, and CSS to complete this project. Plain CSS is recommended because that is what the lessons have covered so far and you should get some practice with plain CSS. You can use Bootstrap or SASS if you choose. Additional technologies (just for example jQuery, React, Angular, or Vue) are not recommended for this project, and using them is at your own risk. Other projects will give you a chance to work with different technology stacks like React. We will accept and try to fix all issue reports that use the suggested technology stack for this project. Happy coding!
  • User Story #1: My product landing page should have a headerelement with a corresponding id="header".
  • User Story #2: I can see an image within the headerelement with a corresponding id="header-img". A company logo would make a good image here.
  • User Story #3: Within the #headerelement I can see a navelement with a corresponding id="nav-bar".
  • User Story #4: I can see at least three clickable elements inside the navelement, each with the class nav-link.
  • User Story #5: When I click a .nav-linkbutton in the navelement, I am taken to the corresponding section of the landing page.
  • User Story #6: I can watch an embedded product video with id="video".
  • User Story #7: My landing page has a formelement with a corresponding id="form".
  • User Story #8: Within the form, there is an inputfield with id="email"where I can enter an email address.
  • User Story #9: The #emailinput field should have placeholder text to let the user know what the field is for.
  • User Story #10: The #emailinput field uses HTML5 validation to confirm that the entered text is an email address.
  • User Story #11: Within the form, there is a submit inputwith a corresponding id="submit".
  • User Story #12: When I click the #submitelement, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit) that confirms the email address was entered and that it posted successfully.
  • User Story #13: The navbar should always be at the top of the viewport.
  • User Story #14: My product landing page should have at least one media query.
  • User Story #15: My product landing page should utilize CSS flexbox at least once.
  • You can build your project by forking this CodePen pen (https://codepen.io/freeCodeCamp/full/MJjpwO). Or you can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
  • Once you're done, submit the URL to your working project with all its tests passing.
  • Remember to use the Read-Search-Ask method if you get stuck.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Medical Image Databases

Authors: Stephen T.C. Wong

1st Edition

1461375398, 978-1461375395

More Books

Students also viewed these Databases questions