Contributor Guidelines
What's the Play about?
This project is a React-based API testing tool designed to simplify the process of building, sending, and validating HTTP requests. It provides developers with an intuitive interface to test REST APIs efficiently without switching tools, helping streamline debugging and development workflows.
The tool supports configuring request methods, headers, parameters, and payloads, and displays structured responses for easy analysis. Its lightweight and modular design makes it suitable for both learning and professional use.
What ReactJS concept will be used to create this play?
React features used:
Functional Components
Hooks (useState, useEffect, useReducer, useContext)
Controlled Forms
Conditional Rendering
Context API
Custom Hooks
Lazy Loading & Suspense
Error Boundaries
React Testing Library
Record
Code of Conduct