π 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.
- π 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.
package-browser/
.
βββ eslint.config.js
βββ index.html
βββ package.json
βββ package-lock.json
βββ pnpm-lock.yaml
βββ postcss.config.js
βββ src
β βββ App.tsx
β βββ components
β β βββ Header.tsx
β β βββ InstallGuide.tsx
β β βββ Logo.tsx
β β βββ PackageCard
β β β βββ Badge.tsx
β β β βββ ExpandButton.tsx
β β β βββ index.tsx
β β βββ PackageCard.tsx
β β βββ PackageList.tsx
β β βββ SearchBar.tsx
β β βββ ThemeToggle.tsx
β βββ hooks
β β βββ usePackages.ts
β β βββ useTheme.ts
β βββ index.css
β βββ 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
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
- 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.
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.
This project is developed and maintained by the Snigdha OS Team under the guidance of Tonmoy Infrastructure.
- π» GitHub: Snigdha OS
- π Website: Snigdha OS
This project is licensed under the MIT License.
Weβd love to hear your feedback and suggestions! Feel free to open an issue or contact us directly via the Snigdha OS organization.