The GitHub Profile Readme Generator is a user-friendly web application that simplifies the process of creating a visually appealing and informative README for your GitHub profile. A well-crafted README can help you showcase your skills, projects, and personality, making a lasting impression on visitors to your GitHub profile. With this tool, you can create a personalized and professional README in just a few clicks, enhancing your online presence and attracting more attention from the GitHub community.
All Pull Requests with the Hacktoberfest label will count towards Hacktoberfest.
If you are a new contributor to this project, have a look out for issues that have the Hacktoberfest label.
GPRG is built using the following technologies:
Next.js - a framework for building server-rendered React applications.
Typescript - a strongly typed programming language that builds on JavaScript.
Tailwind CSS - a utility-first CSS framework.
Clone the repository:
git clone https://github.com/your-username/GPRG
Navigate to the project directory:
cd GPRG
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:3000 to see the app in action.
Contributions are always welcome!
git checkout -b branch-name
git commit -m 'Add some feature'
git push -u origin branch-name
See CONTRIBUTING.md for ways to get started.