Building a Modern REST API Testing Tool
Developed a comprehensive REST API testing tool that rivals Postman, featuring a modern interface, support for all HTTP methods, and seamless integration with both internal and external APIs.
Existing API testing tools were either too complex, required installation, or lacked the flexibility needed for quick API testing. There was a need for a lightweight, browser-based solution that could handle both simple and complex API requests.
Built a Postman-like interface using vanilla JavaScript and PHP, implementing a dual-mode system that handles both internal portfolio APIs and external API requests through a secure proxy. The solution includes request history, custom headers, body management, and beautiful response formatting.