Skip to content

πŸ“‘ Solicitify – A project that makes REST API requests, developed with React, TypeScript, and styled with Tailwind CSS.

Notifications You must be signed in to change notification settings

obed-tc/Solicitify

Repository files navigation

SOLICITIFY πŸ“‘

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.

GitHub license GitHub stars GitHub issues

πŸ“‹ Table of Contents

✨ Features

  • πŸš€ 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

🌐 Demo

Check out the live demo of Solicitify: https://solicitify.vercel.app/

πŸ›  Installation

To set up Solicitify locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/obed-tc/Solicitify.git
  2. Navigate to the project directory:

    cd Solicitify
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:3000

πŸš€ Usage

  1. Enter the API endpoint URL in the address bar
  2. Select the HTTP method (GET, POST, PUT, PATCH, DELETE)
  3. Add any necessary headers or authentication tokens
  4. For POST, PUT, or PATCH requests, enter the request body
  5. Click "Send" to make the API request
  6. View the response in the designated area

🀝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ“ž Contact

Obed TC - @obed_tc

Project Link: https://github.com/obed-tc/Solicitify


Made with ❀️ by obed-tc

About

πŸ“‘ Solicitify – A project that makes REST API requests, developed with React, TypeScript, and styled with Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published