Skip to content

APIQuickTest: A beginner-friendly, lightweight API testing tool for effortless request creation and response analysis.

Notifications You must be signed in to change notification settings

shaimaHamila/API-Quick-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Quick Test

Description

API Quick Test is a user-friendly tool designed for efficient API testing. It allows users to easily make API requests, customize query parameters, headers, and visualize response details in real-time. The project is built with HTML, JavaScript (ES6), and Bootstrap 5, providing a clean and responsive interface for both desktop and mobile use.

Features

  • Quick and easy API testing.
  • Support for multiple HTTP methods (GET, POST, PUT, PATCH, DELETE).
  • Dynamic addition of query parameters and request headers.
  • JSON data input for request bodies.
  • Real-time display of response details, including status, time, and size.
  • User-friendly interface with Bootstrap styling.

Technologies Used

  • HTML, JavaScript (ES6)
  • Bootstrap 5 for styling
  • CodeMirror for code editing
  • Axios for handling HTTP requests

Usage

  1. Choose the desired HTTP method.
  2. Enter the API URL.
  3. Add query parameters and request headers as needed.
  4. Input JSON data for the request body (if required).
  5. Click "Send" to make the API request.
  6. View real-time response details and headers.

Setting Up the Project

#Free fake API for testing and prototyping: https://jsonplaceholder.typicode.com/

  1. Clone the Repository:
    git clone [repository-url]
    cd api-quick-test
    npm install
    npm start
API-Quick-Test

About

APIQuickTest: A beginner-friendly, lightweight API testing tool for effortless request creation and response analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published