Welcome to the Simple REST client! This app allows you to send HTTP requests using various methods (GET, POST, PUT, DELETE) and view the responses. The app is built using React and offers a user-friendly interface to interact with APIs.
These instructions will help you get the app up and running on your local machine. if you just want to use the app or preview the app please visit https://clevercodetech.github.io/simple-rest-client/
- Node.js: Make sure you have Node.js installed on your machine. You can download it from nodejs.org.
-
Clone the repository:
git clone https://github.com/ClevercodeTech/simple-rest-client
-
Navigate to the project directory: cd simple-rest-client
-
Install the dependencies: npm install
Alternatively,
-
Run the app: npm start
The app will open in your default web browser at http://localhost:3000.
-
Fill in the form fields:
Enter the URL of the API endpoint you want to interact with. Choose the HTTP request type (GET, POST, PUT, DELETE). Optionally provide custom headers (for POST and PUT requests). Optionally provide JSON data (for POST and PUT requests).
-
Click the "Submit" button to send the request.
-
The response will be displayed in the "Response" textarea below the form.
You can customize the styling of the app by modifying the src/App.css file.
Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.
This project is licensed under the MIT License.
Feel free to modify this README to fit the specifics of your project. Enjoy using the simple REST client!