Skip to content

jmcbgaston/vanilla-html-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Vanilla HTML Form

This simple project answers the question: "Can you build a form purely out of HTML?"

The Result:

Sort of? Live link

Findings:

  • The vanilla HTML Form tag takes in an action which can create an http request with either a get or a post request. The action property is a place where we can specify the endpoint to make that request
    • ie: <form action="some-api" method="post"></form>
    • In this project I opted for the {JSON}Placeholder API

About

A simple form built purely on HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages