Responsive Form

  • HTML
  • CSS
  • JavaScript

I created the responsive form as a project during the course Browser Technologies. The goal was to style a form by using progressive enhancements. The goal was to create a form that was usable by only using HTML. Adding more styling by CSS is optional, but it is nice to have. By adding JavaScript I was able to split the form into sections. That made it possible to support one action per screen, making it more user-friendly.

During this project, I have learned how to implement progressive enhancements, and how to style them. During the course, I also tried to make this form work as well as possible on every browser, and screen size.

View this project