# π¦ 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.