Welcome to Fetch-Master! This project is designed to simplify API requests by allowing users to create and manage different tabs for various requests, making it easier to switch between and compare different APIs. Fetch-Master supports GET, POST, PUT, DELETE, and PATCH requests, and features JSON formatting and error handling.
Check out the live project here: Fetch-Master 
Fetch-Master is a user-friendly API testing tool inspired by Postman. It allows users to send various types of HTTP requests (GET, POST, PUT, DELETE, PATCH) and manage multiple tabs to switch between different requests effortlessly.
- Multiple Tabs: Users can create, delete, and switch between multiple request tabs.
- HTTP Methods: Supports GET, POST, PUT, DELETE, and PATCH methods.
- Headers and Body: Easily input headers and request body with JSON support.
- JSON Formatting: Automatically format and repair JSON input.
- Response Display: View and format JSON responses or errors from API requests.
- Loading Indicator: Visual feedback while waiting for API responses.
- Tabs: Manage multiple requests with easy tab navigation.
- Request Form: Input fields for URL, HTTP method, headers, and request body.
- Response Display: Shows the API response or error in a formatted manner.
- JSON Formatter: Auto-format and repair JSON input.
- Add a Tab: Click the add button to create a new request tab.
- Select Method: Choose the HTTP method from the dropdown.
- Enter URL: Input the API endpoint URL.
- Add Headers: Optionally add headers, such as authorization tokens.
- Add Body: If not a GET request, input the request body in JSON format.
- Send Request: Click the send button to execute the request and view the response.
- Format JSON: Click the format icon to repair and format JSON input.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
Enjoy using Fetch-Master for your API testing needs! If you have any questions or feedback, feel free to reach out.



