Solicitify is a powerful web application for making REST API requests, similar to Postman or HTTPie. Developed with React, Redux, TypeScript, and styled with Tailwind CSS, Solicitify offers a user-friendly interface for testing and debugging APIs directly in your browser.
- π Supports GET, POST, PUT, PATCH, and DELETE requests
- π Token-based authentication
- π File upload capability
- π¨ Clean and intuitive user interface
- π§ Built with modern technologies: React, Redux, TypeScript
- π Styled with Tailwind CSS for a responsive design
Check out the live demo of Solicitify: https://solicitify.vercel.app/
To set up Solicitify locally, follow these steps:
-
Clone the repository:
git clone https://github.com/obed-tc/Solicitify.git
-
Navigate to the project directory:
cd Solicitify
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
- Enter the API endpoint URL in the address bar
- Select the HTTP method (GET, POST, PUT, PATCH, DELETE)
- Add any necessary headers or authentication tokens
- For POST, PUT, or PATCH requests, enter the request body
- Click "Send" to make the API request
- View the response in the designated area
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Obed TC - @obed_tc
Project Link: https://github.com/obed-tc/Solicitify
Made with β€οΈ by obed-tc