https://github.com/nicolassutter/qbitorrent-ui
https://github.com/nicolassutter/qbitorrent-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolassutter/qbitorrent-ui
- Owner: nicolassutter
- Created: 2025-02-02T12:37:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T17:28:46.000Z (over 1 year ago)
- Last Synced: 2025-07-01T03:53:59.490Z (about 1 year ago)
- Language: TypeScript
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qBittorrent UI
qBittorrent UI is a modern web interface for managing your qBittorrent client. It leverages the latest web technologies to provide a seamless and efficient user experience.

## Features
- **Real-time Updates**: Well, almost real-time.
- **Responsive Design**: Enjoy a consistent experience across all devices with a fully responsive UI. Sidebar is still WIP.
- **Advanced Filtering**: Easily filter and search through your torrents with advanced filtering options.
- **Batch Operations**: Perform batch operations on multiple torrents for increased productivity.
- **Customizable Interface**: Tailor the interface to your preferences with customizable themes.
## Technologies Used
It was a SolidStart project but then I realized that the shadcn/ui port for SolidJS was not up to date compared to the original React version, so I decided to use React instead.
- **React**: For building the user interface.
- **Zustand**: For state management.
- **Tailwind CSS**: For styling.
- **Vite**: For fast development and build processes.
- **React Query**: For data fetching and caching.
- **shadcn/ui**: For accessible UI components.
- **Tanstack Router**: For routing.