Postman Clone React
A simple web version of Postman using React. UI is designed using Tailwind CSS. This website can be used for accessing resources on web via HTTP. It helps developers in API developement.
Features
- Http Request Methods – GET, POST, PUT, PATCH, DELETE
- Enabled to write API test cases in JSON format
- View response to validate your request
Setup
To clone and run this application, you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/rohan-hari/Postman-Clone-React.git
# Go into the repository
$ cd Postman-Clone-React
# Install dependencies
$ npm install
# Run the app
$ npm start
Note: If you’re using Linux Bash for Windows, see this guide or use node
from the command prompt.
License
MIT