A professional README generator that creates comprehensive documentation for your GitHub repositories. Simply paste your GitHub repository URL, and the application will generate a well-structured README file using the repository's information and AI-powered content generation.
- Automatic README generation from GitHub repository URL
- AI-powered content generation using GPT-4
- Professional and consistent formatting
- Comprehensive section coverage (Description, Features, Installation, Usage, etc.)
- Real-time preview
- Easy copy-and-paste functionality
- React
- Vite
- ChakraUI
- GROQ API
- GitHub API
- Octokit
-
Clone this repository:
git clone https://github.com/yourusername/github-readme-generator.git cd github-readme-generator
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add your API keys:VITE_GITHUB_TOKEN=your_github_token_here VITE_GROQ_API_KEY=your_groq_api_key_here
-
Start the development server:
npm run dev
- Open the application in your browser
- Paste a GitHub repository URL into the input field
- Click "Generate README"
- Review the generated README
- Copy the content and use it in your repository
- GitHub Token: Create a personal access token with
repo
scope at GitHub Settings - GROQ API Key: Get your API key from GROQ Console
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License