Code Monkey home page Code Monkey logo

dracula27 / freecodecamp_responsivewebdesign_surveyform Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3 KB

This is one of the required projects to earn your certification. For this project you will build a survey form to collect data from your users.

Home Page: https://dracula27.github.io/freeCodeCamp_responsiveWebDesign_surveyForm/

HTML 81.97% CSS 18.03%
css css3 freecodecamp freecodecamp-challenge freecodecamp-curriculum freecodecamp-front freecodecamp-frontend freecodecamp-project html html-css

freecodecamp_responsivewebdesign_surveyform's Introduction

freeCodeCamp_responsiveWebDesign_surveyForm

Live Demo

Survey Form

Project Information

The first of five(5) certification projects in freeCodeCamp's Responsive Web Design course.

The course/project description from their website is as follows:

This is one of the required projects to earn your certification. For this project you will build a survey form to collect data from your users.

Project Requirements

Build a Survey Form Objective: Build an app that is functionally similar to https://survey-form.freecodecamp.rocks. Do not copy this demo project.

User Stories:

  • You should have a page title in an h1 element with an id of title
  • You should have a short explanation in a p element with an id of description
  • You should have a form element with an id of survey-form
  • Inside the form element, you are required to enter your name in an input field that has an id of name and a type of text
  • Inside the form element, you are required to enter your email in an input field that has an id of email
  • If you enter an email that is not formatted correctly, you will see an HTML5 validation error
  • Inside the form, you can enter a number in an input field that has an id of number
  • The number input should not accept non-numbers, either by preventing you from typing them or by showing an HTML5 validation error (depending on your browser).
  • If you enter numbers outside the range of the number input, which are defined by the min and max attributes, you will see an HTML5 validation error
  • For the name, email, and number input fields, you can see corresponding label elements in the form, that describe the purpose of each field with the following ids: id="name-label", id="email-label", and id="number-label"
  • For the name, email, and number input fields, you can see placeholder text that gives a description or instructions for each field
  • Inside the form element, you should have a select dropdown element with an id of dropdown and at least two options to choose from
  • Inside the form element, you can select an option from a group of at least two radio buttons that are grouped using the name attribute
  • Inside the form element, you can select several fields from a series of checkboxes, each of which must have a value attribute
  • Inside the form element, you are presented with a textarea for additional comments
  • Inside the form element, you are presented with a button with id of submit to submit all the inputs
  • Fulfill the user stories and pass all the tests below to complete this project. Give it your own personal style. Happy Coding!

Note: Be sure to add <link rel="stylesheet" href="styles.css"> in your HTML to link your stylesheet and apply your CSS

freecodecamp_responsivewebdesign_surveyform's People

Contributors

dracula27 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.