This project is a website that has a simple UI where you can input a set of details that you want to include in your README file. Once you're done filling in the inputs, the website generates a markdown that you can copy and paste into your Github profile.
This README generator is a great tool for developers who want to create a professional-looking README file for their Github profile without spending too much time on it. It's easy to use, customizable, and built using modern web technologies.
- React
- TypeScript
- Next.js
- Primer Design System
- TailwindCSS
- Node.js (version 12 or higher)
- Clone the repository
git clone https://github.com/juniorboos/github-profile-generator.git
- Install dependencies
npm install
- Run the server
npm run dev
This will start the development server at http://localhost:3000.