| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A powerful, guided web application to create stunning, export-ready GitHub profile READMEs in minutes.
Creating a great GitHub profile README often involves manually writing complex markdown, searching for badge URLs, and configuring third-party widgets. This project simplifies that entire process into a guided 5-step workflow.
Whether you're a student, a seasoned professional, or an open-source maintainer, this tool helps you showcase your identity, work, skills, and stats with zero manual coding.
├── app/
│ ├── _components/ # Core business logic & builder flow
│ │ ├── forms-stages/ # The 5-step guided form components
│ │ ├── readme/ # Markdown generation & variant logic
│ │ └── ... # Layout components (Header, Navigation, etc.)
│ ├── layout.tsx # Global layout & metadata
│ └── page.tsx # Main application entry point
├── components/
│ └── ui/ # Atomic, reusable UI primitives (Inputs, Toggles, etc.)
├── lib/
│ ├── types.ts # Centralized TypeScript interfaces
│ ├── skills-data.ts # Logic for skill icon processing
│ └── utils.ts # Shared helper functions
├── public/ # Static assets & README preview images
└── styles/ # Global CSS & Tailwind configuration
Clone the repository:
git clone https://github.com/RanitManik/github-profile-readme-builder.git
cd github-profile-readme-builderInstall dependencies:
npm installRun the development server:
npm run devOpen your browser: Navigate to http://localhost:3000
We maintain high standards for code quality and reliability:
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please see CONTRIBUTING.md for our contribution guidelines and CODE_OF_CONDUCT.md for our community standards.
Distributed under the MIT License. See LICENSE for more information.
| Back | FazBrowse Home | New Git URL |