https://github.com/snigdha-os/package-browser
π This repository contains the source code for the Snigdha OS Package Browser, a user-friendly interface designed to explore and manage packages within the Snigdha OS ecosystem. The package browser simplifies the experience of discovering, installing, and updating software for users of Snigdha OS.
https://github.com/snigdha-os/package-browser
archlinux linux linux-package-manager opensource packagebrowser packagemanager react snigdhaos tailwindcss webapp
Last synced: 3 months ago
JSON representation
π This repository contains the source code for the Snigdha OS Package Browser, a user-friendly interface designed to explore and manage packages within the Snigdha OS ecosystem. The package browser simplifies the experience of discovering, installing, and updating software for users of Snigdha OS.
- Host: GitHub
- URL: https://github.com/snigdha-os/package-browser
- Owner: Snigdha-OS
- Created: 2024-12-27T00:46:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-15T20:14:33.000Z (about 1 year ago)
- Last Synced: 2025-07-22T17:44:25.857Z (8 months ago)
- Topics: archlinux, linux, linux-package-manager, opensource, packagebrowser, packagemanager, react, snigdhaos, tailwindcss, webapp
- Language: TypeScript
- Homepage: https://snigdha-os.github.io/package-browser/
- Size: 710 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# π¦ Package Browser - Search Packages
π **Package Browser** is a user-friendly web application designed to simplify browsing, searching, and exploring packages available for Snigdha OS. This tool helps users find the right software with ease, whether for development, daily use, or penetration testing.
## π Features
- π **Search and Filter**: Quickly search and filter through a comprehensive list of packages.
- π **Detailed Package Info**: View package descriptions, versions, dependencies, and more.
- β‘ **Fast and Intuitive**: Built with performance and usability in mind.
- π¨ **Customizable Interface**: Light and dark themes to match your preferences.
## ποΈ Repository Structure
```plaintext
package-browser/
.
βββ CODE_OF_CONDUCT.md
βββ config.sh
βββ eslint.config.js
βββ index.html
βββ package.json
βββ pnpm-lock.yaml
βββ postcss.config.js
βββ public
β βββ favicon.ico
β βββ snigdhaos-og-image.png
βββ push.sh
βββ README.md
βββ src
β βββ App.tsx
β βββ components
β β βββ Header.tsx
β β βββ InstallGuide.tsx
β β βββ Logo.tsx
β β βββ PackageCard.tsx
β β βββ PackageList.tsx
β β βββ SearchBar.tsx
β β βββ ThemeToggle.tsx
β βββ hooks
β β βββ usePackages.ts
β β βββ useTheme.ts
β βββ i18n.tsx
β βββ index.css
β βββ locales
β β βββ index.tsx
β β βββ en.tsx
β β βββ uk.tsx
β β βββ pl.tsx
β βββ main.tsx
β βββ services
β β βββ api.ts
β βββ types.ts
β βββ vite-env.d.ts
βββ tailwind.config.js
βββ tsconfig.app.json
βββ tsconfig.json
βββ tsconfig.node.json
βββ vite.config.ts
```
## π οΈ Installation
Clone the repository and set up the project:
```bash
git clone https://github.com/Snigdha-OS/package-browser.git
cd package-browser
pnpm install
pnpm run dev
```
## π Usage
1. Launch the app locally by running `pnpm run dev`.
2. Open your browser and navigate to `http://localhost:5173/package-browser/`.
3. Search for packages, view details, and explore dependencies.
## π€ Contributing
We welcome contributions from the community! Hereβs how you can help:
1. π΄ Fork the repository.
2. π οΈ Create a feature branch: `git checkout -b feature-name`.
3. π Fix issues or add new features.
4. π Commit changes: `git commit -m "Add feature/bug fix description"`.
5. π Push changes and create a pull request.
## π€ Author
This project is developed and maintained by the **Snigdha OS Team** under the guidance of **Tonmoy Infrastructure**.
- π» GitHub: [Snigdha OS](https://github.com/Snigdha-OS)
- π Website: [Snigdha OS](https://snigdha-os.github.io)
## π License
This project is licensed under the [MIT License](LICENSE).
## π¬ Feedback
Weβd love to hear your feedback and suggestions! Feel free to open an issue or contact us directly via the [Snigdha OS](https://github.com/Snigdha-OS) organization.