A lightweight web-based API testing tool built with React and Axios. It enables developers to construct and send HTTP requests directly from the browser, view formatted JSON responses, and debug endpoints in real-time without installing external software.
GET
, POST
, PUT
, DELETE
, and moregit clone https://github.com/shivah12/apibuddy.git
cd apibuddy
npm install
npm run dev
Visit http://localhost:3000
in your browser to use the tool locally.
This project is deployed using Vercel. You can view the live version here:
https://apibuddy.vercel.app