Skip to content

πŸ“š 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.

Notifications You must be signed in to change notification settings

Snigdha-OS/package-browser

Repository files navigation

πŸ“¦ 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/  
.
β”œβ”€β”€ 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

πŸ› οΈ 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

  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.

πŸ“ƒ 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.

About

πŸ“š 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.

Topics

Resources

Code of conduct

Stars

Watchers

Forks