-
-
Notifications
You must be signed in to change notification settings - Fork 471
Description
Add Your Profile On DevDisplay 
Steps to Add Your Profile
-
Fork the repository: To create a copy of the repository in your GitHub account, click on the "Fork" button in the top right corner of the project repository page.
-
Navigate to the
public/data
folder in your project directory. -
Create a new JSON file named
your_github_username.json
(replace your_github_username with your actual GitHub username). Open the file you just created. -
Add the following JSON object, replacing the placeholder values with your own details:
{ "name": "Your Name", "location": "Your Location", "bio": "Your Bio should be 20-30 words not more than that", "avatar": "https://github.com/your-github-username.png", "portfolio": "Your Portfolio URL or Github URL", "skills": ["Your Skill 1", "Your Skill 2", "..."], "social": { "GitHub": "https://github.com/your-github-username", "Twitter": "https://twitter.com/your-twitter-username", "LinkedIn": "https://www.linkedin.com/in/your-linkedin-username", "Instagram": "https://www.instagram.com/your-instgram-username", "Email": "your-email-id", "Discord": "https://discord.com/users/your-discord-id", "LeetCode": "https://leetcode.com/your-leetcode-username", "Codeforces": "https://codeforces.com/profile/your-codeforces-username", "HackerRank": "https://www.hackerrank.com/your-hackerrank-username", "StackOverflow": "https://stackoverflow.com/users/your-stackoverflow-id", "YouTube": "https://www.youtube.com/c/your-youtube-channel", "DevTo": "https://dev.to/your-dev-profile", "Hashnode": "https://hashnode.com/@your-hashnode-username", "Behance": "https://www.behance.net/your-behance-profile", "Dribbble": "https://dribbble.com/your-dribbble-profile", "Figma": "https://www.figma.com/@your-figma-profile", "Replit": "https://replit.com/@your-replit-username", "BuyMeACoffee": "https://www.buymeacoffee.com/your-coffee-profile", "ProductHunt": "https://www.producthunt.com/@your-producthunt-profile", "Medium": "https://medium.com/@your-medium-profile", "Reddit": "https://www.reddit.com/user/your-reddit-username", "Unstop": "https://unstop.com/@your-unstop-username" } }
-
Save the
your_github_username.json
file. -
Navigate to the
src
folder in your project directory. Open theProfilesList.json
file. -
Add your JSON filename (your_github_username.json) to the array of filenames in the ProfileList.json file, like this:
["filename1.json", "filename2.json", "filename3.json", "your_github_username.json"]
-
Save the
ProfileLists.json
file. -
Create Pull Request to contribute
-
Wait for review and merge: Wait for the project maintainers to review and merge your PR.
-
Need help? You can take help from the video tutorial here:
📹 How to Add Your Profile on DevDisplay
Once your changes are merged
Your profile will be displayed on the project's website and you will receive a personalized appreciation post through mail by DevDisplay Team.
Verify Your Developer Profile
Follow this step to get a blue tick on your developer profile
![]() Add your minimum 5 projects |
![]() Add your Portfolio |