A modern, API testing tool built using React.
It allows developers to send HTTP requests, customize headers and body, and view formatted responses in a clean UI.
- 🔹 Send HTTP requests (GET, POST, PUT, DELETE)
- 🔹 Add custom headers (Authorization, tokens, etc.)
- 🔹 Send JSON request body
- 🔹 View formatted JSON response
- 🔹 Display HTTP status codes
- 🔹 Copy response to clipboard
- 🔹 Tab-based UI (Body / Headers)
- 🔹 Error handling for invalid requests & JSON
https://api-console-react.netlify.app/
- Frontend: React.js
- Language: JavaScript (ES6+)
- API Handling: Fetch API
- Styling: Inline CSS
- Enter an API endpoint URL
- Select HTTP method (GET, POST, PUT, DELETE)
- Add request body (for POST/PUT)
- Add headers if required
- Click Send
- View response + status instantly
git clone https://github.com/pragyaverma5/api-console-react.git
cd api-console-react