Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 675 Bytes

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