Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamdipankarpaul/ReAPI_Client

Introducing ReAPI Client, a simple Postman alternative app.
https://github.com/iamdipankarpaul/ReAPI_Client

api axios mantine mantine-ui node nodejs postman postman-clone react react-router-dom reactjs uuid vercel vite vitejs zustand zustand-persist zustandjs

Last synced: 17 days ago
JSON representation

Introducing ReAPI Client, a simple Postman alternative app.

Awesome Lists containing this project

README

        


ReAPI Client

A simple Postman alternative, a popular API testing tool, built using React. This project aims to provide a user-friendly interface for making API requests and visualizing responses.


Live demo

Download



## Features

- **Request Builder**: Create and send HTTP requests with various methods (GET, POST, PUT, PATCH, DELETE).
- **Json editor** : Send your request data in JSON format.
- **Real-time Response**: View responses in a structured and easy-to-read format.
- **Full Screen**: View responses in a fullscreen format if response is big enough.
- **Request History**: View a history of your sent requests.
- **Manage History**: Manage history of your sent requests, like delete request, repeat request and clear history.
- **Code Snippet**: Get code snippet for JavaScript Axios and Fetch methods.

## Technologies Used

- **ViteJs** : A build tool that aims to provide a faster and leaner development experience.
- **ReactJs** : JavaScript library for building user interfaces.
- **Axios** : Promise-based HTTP client for making requests.
- **Mantine** : For simple and clean UI components.
- **bytes** : For calculating response file size.

## Installation

```bash
# Clone this repository
$ git clone https://github.com/dipankarpaul2k/ReAPI_Client.git
# Go into the repository
$ cd ReAPI_Client
# Install dependencies
$ npm install
# Run the app
$ npm run dev
```

Open your browser and visit [http://localhost:5173](http://localhost:5173/) to use the application.

## Screenshots