Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RedwanHaitami/fcc-survey-form
Browse files Browse the repository at this point in the history
  • Loading branch information
RedwanHaitami committed Nov 11, 2023
2 parents 2dc4071 + a32ec6f commit a476171
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Survey Form

Yoga club survey form created for [freeCodeCamp](https://www.freecodecamp.org/) Responsive Web Design Certification project.<br>
Yoga club survey form project created for freeCodeCamp Responsive Web Design Certification.<br>
<br>

## Preview
Expand All @@ -9,12 +9,12 @@ Yoga club survey form created for [freeCodeCamp](https://www.freecodecamp.org/)

## Live Demo

Check it out on [Github Web Pages]()<br>
Check it out on [Github Webpages](https://redwanhaitami.github.io/fcc-survey-form/)<br>
<br>

## Objective
## Objective

Build a survey form to collect data from your users.<br>
Build a **Survey Form** to collect data from your users.<br>
<br>

## Requirements
Expand All @@ -37,7 +37,8 @@ Build a survey form to collect data from your users.<br>

- **User Story #9:** If I enter numbers outside the range of the number input, I will see an HTML5 validation error.

- **User Story #10:** For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: `id="name-label"`, `id="email-label"`, and `id="number-label"`.
- **User Story #10:** For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: `id="name-label"`,
`id="email-label"`, and `id="number-label"`.

- **User Story #11:** For the name, email, and number input fields, I can see placeholder text that gives me a description or instructions for each field.

Expand All @@ -53,6 +54,6 @@ Build a survey form to collect data from your users.<br>
<br>


## Attribution
### Attribution

Background image by [Kike vega](https://unsplash.com/@kikekiks) on [unsplash](https://unsplash.com/)
Background image by [Kike vega](https://unsplash.com/@kikekiks) on [Unsplash](https://unsplash.com/)

0 comments on commit a476171

Please sign in to comment.