Add New Data
Opened this issue ยท 0 comments
niloysikdar commented
๐ Feature
Add New Data to the project
Describe the solution you'd like
- Go to
public/data/json/
directory and you will find some files named${Name}.json
. - Copy the content of any file, create a new file named
${yourName}.json
and paste the content and change them according to your own. - Use this website to upload your photo and add the CDN link to
${yourName}.json
file
Additional context
- Please don't add irrelevant and false content
- Use proper mentioned keys for the data, violating the structure will cause not merging and approving your pull request.
Sample ${yourName}.json
file structure
{
"name": "Niloy Sikdar",
"birthDate": "30/07",
"imageURL": "https://i.imgur.com/LQF21TP.png",
"gitHubURL": "https://github.com/niloysikdar",
"linkedInURL": "https://www.linkedin.com/in/niloysikdar/",
"twitterURL": "https://twitter.com/niloysikdar_"
}