Fetcher is a React-based application built with Vite, designed to make HTTP requests and display responses. It includes features like request history, type declaration generation, and more.
- React: UI Library
- Vite: Build Tool
- Axios: HTTP Client
- Tailwind CSS: Utility-First CSS Framework
- ESLint: Linting Tool
- PostCSS: CSS Transformations
- Send HTTP Requests: Supports GET, POST, PUT, DELETE methods.
- Request History: Keeps track of past requests.
- Type Declaration: Generates TypeScript interfaces from responses.
- Clipboard Copy: Easily copy responses and type declarations.
- Clone the repository:
git clone https://github.com/your-username/fetcher.git
cd fetcher
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
Found a bug or have a feature request? Feel free to open an issue or submit a pull request. Contributions are welcome!
This project is licensed under the MIT License.