A minimal README maker that lets users easily generate a GitHub profile README using customizable sections.
Live demo: github.rabii.dev
- Customizable sections (e.g. Text, Image, Badges, Trophies, Stats)
- Live preview of the README as you build it
- Download the generated Markdown file or Copy to clipboard
- Intuitive UI for users to build a profile README
- Lightweight and minimal dependencies
- Clone the repo:
git clone https://github.com/rabiibouhestine/github-profile-maker.git
cd github-profile-maker- Install dependencies:
npm install
# or
yarn install- Run in development mode:
npm run dev
# or
yarn dev- Open your browser at http://localhost:5173 (or as indicated) to use the tool.
- React (with TypeScript)
- Vite for bundling / dev server
- Tailwind CSS and shadcn for Styling
- dndkit for Drag and Drop
- framer motion for Animations
This project is licensed under the MIT License
