A modern API testing tool built with React, TypeScript, and Vite.
- Interactive API request builder
- Request history tracking
- Response visualization
- Headers customization
- Documentation panel for quick reference
- Terminal-like interface
- React 18
- TypeScript
- Vite
- TailwindCSS
- Lucide Icons
- Node.js (version 16.x or higher recommended)
- npm or yarn
- Clone the repository
git clone https://github.com/qrexpy/APITester
cd APITester- Install dependencies
npm install
# or
yarn- Start the development server
npm run dev
# or
yarn dev- Open your browser and navigate to
http://localhost:5173
npm run build
# or
yarn buildThe build output will be in the dist directory, which can be served using any static file server.
npm run dev- Start the development servernpm run build- Build the application for productionnpm run preview- Preview the production build locallynpm run lint- Run ESLint to check for code issues
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to open issues or submit pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request