A simple clone of Postman, a popular API testing tool, built using React. This project aims to provide a user-friendly interface for making API requests, and visualizing responses.
- Request Builder: Create and send HTTP requests with various methods (GET, POST, PUT, PATCH, DELETE).
- Request History: View and manage a history of your sent requests.
- Real-time Response: View responses in a structured and easy-to-read format.
- Json editor : to send your request data in JSON format
- ViteJs : is a build tool that aims to provide a faster and leaner development experience.
- React : JavaScript library for building user interfaces.
- Axios : Promise-based HTTP client for making requests.
- Tailwind css : For responsive and clean UI components.
# Clone this repository
$ git clone https://github.com/kyros-2/ghostman.git
# Go into the repository
$ cd ghostman
# Install dependencies
$ npm install
# Run the app
$ npm run dev
Open your browser and visit http://localhost:5173 to use the application.
🚨 Note : Not fully responsive in mobile phone screen