Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishesh-pandey/v-api
Test your API endpoints with ease
https://github.com/vishesh-pandey/v-api
api api-testing bootstrap5 react reactjs
Last synced: 1 day ago
JSON representation
Test your API endpoints with ease
- Host: GitHub
- URL: https://github.com/vishesh-pandey/v-api
- Owner: Vishesh-Pandey
- Created: 2023-05-07T21:57:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-07T23:13:30.000Z (11 months ago)
- Last Synced: 2024-02-08T00:25:20.841Z (11 months ago)
- Topics: api, api-testing, bootstrap5, react, reactjs
- Language: JavaScript
- Homepage: https://api.visheshpandey.com
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-api
v-api is a simple and straightforward project built with React that allows users to test API endpoints using the GET, POST, PUT, and DELETE methods. With v-api, you can quickly and easily interact with APIs without the need for signing up.
To visit website click here: [v-api](https://vishesh-pandey.github.io/v-api)## Features
- Test API endpoints for GET, POST, PUT, and DELETE methods
- Simple and user-friendly interface
- No signup required
- Lightweight and easy to use## Installation
To run v-api locally, follow these steps:
1. Clone the repository: git clone https://github.com/vishesh-pandey/v-api.git
2. Navigate to the project directory: cd v-api
3. Install the dependencies: npm install
4. Start the development server: npm Start
5. Open your browser and visit http://localhost:3000 to access v-api.## Usage
Using v-api is simple and intuitive. Here's a brief overview:
1. Enter the API endpoint URL in the provided input field.
2. Select the desired HTTP method (GET, POST, PUT, or DELETE) from the dropdown menu.
3. Optionally, provide the request payload for POST or PUT requests.
4. Click on the "Send" button to execute the request.
5. View the response details, including the status code, headers, and response body.Feel free to explore different API endpoints and test various HTTP methods using v-api.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue in the GitHub repository.