This is a React-based web portal for exploring the Kubernetes tools listed in this repository. It provides a user-friendly interface for browsing, searching, and voting on tools.
- Browse tools by category
- Search for tools by name or description
- View GitHub stars (popularity)
- Vote for your favorite tools
- Responsive design for desktop and mobile devices
- React
- Tailwind CSS
- Lucide React (icons)
Follow these steps to set up the KubeTools Portal locally:
-
Clone the repository
git clone https://github.com/ajeetraina/kubetools.git cd kubetools/portal -
Install dependencies
npm install
-
Start the development server
npm start
-
Build for production
npm run build
This project is licensed under the MIT License.