This is the source code for the blog post explaining an easy and clean way to submit HTML forms to JSON APIs.
- Technology: HTML, CSS, JavaScript.
- API Communication: Used fetch to communicate with the API.
- Clone or download the repository.
- Open the project containing folder in a terminal or a text editor like VS Code.
- Run
npm install
. - Run
npm run dev
for development ornpm run build
for deployment.
The article can be found here: https://dev.to/amjadmh73/submit-html-forms-to-json-apis-easily-137l