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
I have included my json file in the public/data directory.
I have also added my json file in the src/profilelist directory
Changes Proposed
This is the code snippet that i have added.
{
"name": "Jyothishree Rajkumar",
"location": "TamilNadu",
"bio": "I am a pre-final year IT student with knowledege in MERN stack and i do dsa in python. I am currently trying to do open source as it interests me the most.",
"avatar": "https://github.com/Jyothishree2k5.png",
"portfolio": "https://github.com/Jyothishree2k5",
"skills": ["HTML", "CSS", "JAVASCRIPT", "MONGODB", "NODEJS", "EXPRESSJS", "SQL"],
"social": {
"GitHub": "https://github.com/Jyothishree2k5",
"Twitter": "https://twitter.com/Jyothishree2k58",
"LinkedIn": "https://www.linkedin.com/in/jyothishree-rajkumar-055022243"
}
}
Checklist
[ . ] I have read and followed the Contribution Guidelines.
[. ] All new and existing tests passed.
[. ] I have updated the documentation to reflect the changes I've made.
[. ] My code follows the code style of this project.
[ .] The title of my pull request is a short description of the requested changes.