simo126 / httpX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPX

HTTPX is a web client developed by Mohammed Sbaiti and Amine Laanaya using React.js and Tailwind CSS.

Description

HTTPX is a web client application designed to provide an intuitive and user-friendly interface for making HTTP requests. It allows users to send various types of HTTP requests (GET, POST, PUT, DELETE, etc.) to specified endpoints and view the responses. The application is built using React.js for the frontend development and Tailwind CSS for styling.

Features

  • Send GET, POST, PUT, DELETE, and other HTTP requests.
  • View detailed responses including status codes, headers, and body.
  • Customize request headers and parameters.
  • Responsive design for seamless usage on different devices.

Installation

  1. Clone the repository:

git clone https://github.com/simo126/httpX.git

  1. Navigate to the project directory:

cd httpx

  1. Install dependencies:

npm install

Usage

  1. Start the development server:

npm run dev

  1. Open your web browser and navigate to http://localhost:5173.

  2. Use the application to send HTTP requests, view responses, and manage favorite endpoints.

Contributors

  • Mohammed Sbaiti
  • Amine Laanaya

About


Languages

Language:JavaScript 94.4%Language:CSS 4.1%Language:HTML 1.5%