Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added a new profile avnisinngh.json to the ProfilesList.json file. The profile contains details like name, location, bio, avatar URL, portfolio link, skills, and social media links.
Related Issues
None.
Changes Proposed
avnisinngh.json:
{
"name": "Avni Singh",
"location": "Ghaziabad, Uttar Pradesh, India",
"bio": "I’m a passionate Web Developer and Coder, currently diving into the fascinating realms of AI/ML and Blockchain to craft innovative solutions for the future.",
"avatar": "https://github.com/u/150375257?s=400&...",
"portfolio": "https://github.com/avnisinngh",
"skills": ["Java", "Python", "JavaScript", "Solidity", "Node.js", "React.js", "MongoDB", "JWT Authentication", "Express.js"],
"social": {
"GitHub": "https://github.com/avnisinngh",
"Twitter": "https://x.com/AvniSingh174542",
"LinkedIn": "https://www.linkedin.com/in/avni-singh-494a4a289/",
"Instagram": "https://www.instagram.com/avnisinngh/",
"Email": "[email protected]"
}
}
ProfilesList.json:
[
"avnisinngh.json",
"codeaashu.json",
"amanpoddar-dev12.json",
"De-Coder-Pritam.json"
]
Checklist
Screenshots
JSON File Addition:

Note to reviewers
Please review the added profile details and verify the integration with the existing structure of the ProfilesList.json. Let me know if any updates or corrections are needed