https://github.com/recodehive/awesome-github-profiles
A curated list of inspiring GitHub DevFolio from developers, designers, and tech enthusiasts around the world. π
https://github.com/recodehive/awesome-github-profiles
List: awesome-github-profiles
github github-pages github-profiles javascript json nodejs
Last synced: about 2 months ago
JSON representation
A curated list of inspiring GitHub DevFolio from developers, designers, and tech enthusiasts around the world. π
- Host: GitHub
- URL: https://github.com/recodehive/awesome-github-profiles
- Owner: recodehive
- License: mit
- Created: 2024-07-23T02:57:20.000Z (10 months ago)
- Default Branch: gh-pages
- Last Pushed: 2025-03-02T23:26:50.000Z (3 months ago)
- Last Synced: 2025-04-05T17:38:23.190Z (about 2 months ago)
- Topics: github, github-pages, github-profiles, javascript, json, nodejs
- Language: HTML
- Homepage: https://dev.recodehive.com/devfolio
- Size: 312 MB
- Stars: 136
- Watchers: 2
- Forks: 202
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- ultimate-awesome - awesome-github-profiles - A curated list of inspiring GitHub profiles from developers, designers, and tech enthusiasts around the world. . (Other Lists / Monkey C Lists)
README
[](https://git.io/typing-svg)
## π Project Metrics
π Stars
π΄ Forks
π Issues
π Open PRs
π Closed PRs
![]()
![]()
![]()
![]()
![]()
πWelcome to the awesome-github-profiles repo project! π.
This README will guide you through the contribution process and provide essential information about the project.
![]()
Before Getting Startedβ
Watch the below video:
## Running in your local directory β¨
- npm install ( this will install all the required npm modules)
1. **Fork the Repository:**
- Click the "Fork" button on the top right of the repository page. This creates a copy of the repository under your GitHub account.
2. **Clone Your Fork:**
- Run the following command in your terminal:
```bash
git clone https://github.com/YOUR_USERNAME/awesome-github-profiles.git
```
- This command downloads your fork to your local machine.3. **Create a Branch:**
- Navigate into the cloned repository and switch to the `gh-pages` branch:
```bash
cd awesome-github-profiles
git checkout gh-pages
```
- Create a new branch for your feature or fix:
```bash
git checkout -b your-feature-branch
```4. **Make Your Changes:**
- Implement your changes in your local repository. Make sure your code is clean and follows the project's coding style guidelines.
5. **Test Your Changes:**
- If applicable, run tests to ensure that your changes do not break existing functionality.
```bash
npm start
```
6. **Stage Your Changes:**- Use the `git add` command to stage the changes you want to commit.
```bash
git add . # Stages all modified files
```
- You can also stage specific files by replacing `.` with the file names:
```bash
git add
```7. **Commit Your Changes:**
- Commit your changes with a clear and descriptive message:
```bash
git commit -m "Add a feature or fix a bug"
```8. **Push to Your Fork:**
- Push your changes back to your forked repository:
```bash
git push origin your-feature-branch
```9. **Create a Pull Request:**
- Navigate to the original repository where you want to propose your changes.
- Click on "New Pull Request" and follow the instructions to submit your changes for review.
For even more detailed instructions on how to contribute, you can always check out the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
## Screenshots of Features β¨
### Home Page :
### Login Page:
### Add Profile:
### Github Badge:
## Code of Conduct
To foster a positive and inclusive community, please adhere to the following guidelines:
- **Be Respectful:** Treat everyone with respect. Engage in constructive conversations.
- **No Harassment:** Harassment, bullying, or discrimination will not be tolerated.
- **Report Issues:** If you witness or experience any unacceptable behavior, please report it to the project maintainers.Please read the [code of Conduct](CODE_OF_CONDUCT.md) for more clear understanding.
Tutorials
- ["Create Impressive GitHub Portfolio"](https://www.youtube.com/watch?v=dkE4mVhwMB4) - _MTECHVIRAL_
Contribute
Contributions are always welcome!
To ensure a smooth collaboration process, Follow these steps:Special Thanks π
- [Dinesh Talwadker](https://github.com/dinxsh) [Hemant](https://github.com/Hemu21), [Nishant](https://github.com/nishant0708), [Ayushman]() for being early contributor for this repo!
## Contact InformationIf you have questions, suggestions, or feedback, please reach out via email at [email protected].
You can also join our discussion forum [here](https://github.com/recodehive/awesome-github-profiles/discussions). We value open communication and are happy to help!## Contributors β¨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Each profile in this repository is designed to showcase individual GitHub contributions effectively.
Happy opensource and hereβs to your career success! π
### re:codehive 2025[Website](https://recodehive.com/) | [Instagram](https://www.instagram.com/sanjay.viswa_/) | [LinkedIn](https://www.linkedin.com/in/sanjay-k-v/) | [Twitter](https://x.com/sanjay_kv_) | [YouTube](https://www.youtube.com/@RecodeHive)
**π Donβt miss a beat!**
Subscribe to receive our newsletter directly in your inbox for the latest career insights & tailored to your journey.
[](https://recodehive.substack.com/)## Code Structure
The repository is organized into several main directories and files, each serving a specific purpose. Below is an overview of the main directories and files:
### Directories
- **assets**: Contains various assets such as images, icons, and other media files used in the project.
- **pages**: Contains HTML files for different pages of the project, such as the home page, login page, and other feature-specific pages.
- **scripts**: Contains JavaScript files that provide functionality to the project, such as handling user interactions, fetching data, and manipulating the DOM.
- **styles**: Contains CSS files that define the styling and layout of the project.### Files
- **index.html**: The main HTML file that serves as the entry point for the project.
- **README.md**: The main README file that provides an overview of the project, instructions for contributing, and other important information.
- **CONTRIBUTING.md**: Contains guidelines and instructions for contributing to the project.
- **CODE_OF_CONDUCT.md**: Outlines the code of conduct for contributors to ensure a positive and inclusive community.Each directory and file plays a crucial role in the overall structure and functionality of the project. Understanding the purpose of each component will help you navigate and contribute to the project more effectively.