mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-01-16 01:11:24 +01:00
📦 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
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:
git clone https://github.com/Snigdha-OS/package-browser.git
cd package-browser
pnpm install
pnpm run dev
🌐 Usage
- Launch the app locally by running
pnpm run dev
. - Open your browser and navigate to
http://localhost:5173/package-browser/
. - Search for packages, view details, and explore dependencies.
🤝 Contributing
We welcome contributions from the community! Here’s how you can help:
- 🍴 Fork the repository.
- 🛠️ Create a feature branch:
git checkout -b feature-name
. - 🐛 Fix issues or add new features.
- 📝 Commit changes:
git commit -m "Add feature/bug fix description"
. - 🔄 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
- 🌐 Website: Snigdha OS
📃 License
This project is licensed under the MIT 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 organization.
Description
📚 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.
archlinuxlinuxlinux-package-manageropensourcepackagebrowserpackagemanagerreactsnigdhaostailwindcsswebapp
Readme
1 MiB
Languages
TypeScript
72.6%
Shell
14%
HTML
9.2%
JavaScript
4%
CSS
0.2%