Skip to content

TheNewC0der-24/Postman-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postman Clone

Table of Contents
  1. About
  2. Features
  3. License
  4. Demo

About

PostMan is an application used for API testing. It is an HTTP client that tests HTTP requests, utilizing a graphical user interface, through which we obtain different types of responses that need to be subsequently validated.

Built With

HTML CSS Bootstrap JavaScript Axios Ace Editor

Features

HTTP Methods

  • GET: Retrieve information from the server.
  • POST: Create new resources on the server.
  • PUT: Update existing resources on the server.
  • PATCH: Partially update existing resources on the server.
  • DELETE: Remove resources from the server.

Request Customization

  • Query Params: Easily add or modify query parameters to tailor your requests.
  • Headers: Customize headers for your requests.
  • JSON Support: Include JSON data in your requests.

Dynamic Request Modification

  • Add Parameters/Headers: Dynamically include additional parameters or headers to your requests.
  • Delete Parameters/Headers: Remove unnecessary parameters or headers with ease.

Seamless Interaction

  • User-Friendly: Intuitive interface for effortless interaction.
  • Versatility: Support for a wide range of HTTP methods and request customization options.

Demo

https://thenewc0der-24.github.io/Postman-Clone/

Hope you like this application :)

Show some ❤️ by giving ⭐ to this repository !!