Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

KubeTools Portal - Web Interface

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.

Features

  • 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

Technology Stack

  • React
  • Tailwind CSS
  • Lucide React (icons)

Installation

Follow these steps to set up the KubeTools Portal locally:

  1. Clone the repository

    git clone https://github.com/ajeetraina/kubetools.git
    cd kubetools/portal
  2. Install dependencies

    npm install
  3. Start the development server

    npm start
  4. Build for production

    npm run build

License

This project is licensed under the MIT License.