Skip to content

uniphore/kai-submitformtojsonapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Submitting Forms to JSON APIs

Introduction

This is the source code for the blog post explaining an easy and clean way to submit HTML forms to JSON APIs.

Project

  • Technology: HTML, CSS, JavaScript.
  • API Communication: Used fetch to communicate with the API.

How To Run

  1. Clone or download the repository.
  2. Open the project containing folder in a terminal or a text editor like VS Code.
  3. Run npm install.
  4. Run npm run dev for development or npm run build for deployment.

Article

The article can be found here: https://dev.to/amjadmh73/submit-html-forms-to-json-apis-easily-137l

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published