Follow the following steps to add your projects to ProjectsHut:
Fork this repository
![Fork this repository](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F88102392%2F226444075-7d7d28b5-8d88-459a-bb82-38a3f64aaf28.png&w=3840&q=75)
Click on Go to file (I'm doing from priyankarpal/projectshut)
![Click on Go to file (I'm doing from priyankarpal/projectshut)](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F88102392%2F226444608-12a2abb9-436c-4843-8893-49029cb4c033.png&w=3840&q=75)
Add following code to end of src/DB/projects.json
{
"github_username": "YOUR_GITHUB_USERNAME",
"Social_media": {
"gitHub": "YOUR_GITHUB_ACCOUNT_LINK",
"LinkedIn": "YOUR_LINKEDIN_ACCOUNT_LINK",
"Instagram": "YOUR_INSTAGRAM_ACCOUNT_LINK",
"YouTube": "YOUR_YOUTUBE_ACCOUNT_LINK",
"Twitter": "YOUR_TWITTER_ACCOUNT_LINK"
},
"Projects": [
{
"link": "PROJECT_LINK",
"title": "PROJECT_NAME",
"description": "PROJECT_DESCRIPTION",
"tech": ["tech1", "tech2"]
},
{
"link": "PROJECT_LINK",
"title": "PROJECT_NAME",
"description": "PROJECT_DESCRIPTION",
"tech": ["tech1", "tech2"]
}
]
}
Commit your changes
![Commit your changes](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F88102392%2F232192543-5fcc2711-7693-4dba-8993-75e3528b8530.png&w=3840&q=75)
Fill up the description
Create Pull Request & wait for merge
![Create Pull Request & wait for merge](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F88102392%2F232193469-dcc2b0b8-ec6b-4023-a9f4-bb6900ae8aff.png&w=3840&q=75)