Skip to content

Practice doing validations with HTML5 inputs with a practical project, everything you need to know about HTML5 forms.

Notifications You must be signed in to change notification settings

4GeeksAcademy/mandoromero-payment-exercise-html5-form1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Form

🌱 How to start this project

Do not clone this repository because we are going to be using a different template.

We recommend opening the html template repository using a provisioning tool like Codespaces (recommended) or Gitpod. Alternatively you can clone it on your local computer using the git clone command.

This is the repository you need to open or clone:

https://github.com/4GeeksAcademy/html-hello

Please follow these steps on how to start a coding project.

💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (git remote set-url origin <your new url>), and uploading the code to your new repository using the add, commit and push commands from the git terminal.

Instructions

  1. Please use your HTML5/CSS skills to replicate this exact same form.
  2. It's recommended to use the bootstrap framework if you already know it. If you don't, then practice your layout skills using the flex box.

click to open image in a new window

  1. You have to make sure all inputs are being used properly: Input type date, email, input type number, etc.
  2. You also have to make sure to prevent and validate the form in all ways that HTML5 allows you (required inputs, formats, etc.).
  3. Use the input type="date", don't try to code your own date picker calendar.
  4. If you are not using bootstrap: build a layout strategy by drawing all the div boxes you can identify, focus particularly on the divs that are laid out horizontally in the same line because those will require using display: flex.
  5. If you are using bootstrap: In order to practice all the classes that bootstrap gives you to style your forms, you need almost no CSS of your own.

Resources

Only if you are using bootstrap: Here is the bootstrap 5 documentation about forms)

Strategy

If you are not using bootstrap

The layout for this exercise requires a lot of <div> and boxes, here is a proposal that could work.

click to open image in a new window

If you are using bootstrap

If you are using bootstrap look for the forms documentation and read the example layouts, don't just copy paste what you see, try understanding the HTML code behind the examples so you can tweak them into your solution.

What to do if you are stuck?

Don't get frustrated, ask for help! After you try on you own for 30 minutes, it is time to stop trying and ask for help.

This and many other projects are built by students as part of the 4Geeks Academy Coding Bootcamp by Alejandro Sanchez and many other contributors. Find out more about our Full Stack Developer Course, and Data Science Bootcamp.

About

Practice doing validations with HTML5 inputs with a practical project, everything you need to know about HTML5 forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%