Follow the following steps to add your projects to ProjectsHut :
Step 1 : Fork this repository
![Fork this repository](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F80768852%2F258651696-63e1bf34-d2b6-4963-b3df-6accc3d56941.jpg&w=3840&q=75)
Step 2 : Create a new Branch(click on main -> add name of your branch -> click on create branch:)
![Create a new Branch(click on main -> add name of your branch -> click on create branch:)](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F80768852%2F258656607-64ad9db4-11a5-4dd8-ade8-21875c8831f7.jpg&w=3840&q=75)
Step 3 : Click on Go to file
![Click on Go to file](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F80768852%2F258656827-b70c96bf-b8b9-4d0e-872e-c1f973841f25.jpg&w=3840&q=75)
Step 4 : Add following code to end of src/DB/projects.json
{
"github_username": "YOUR_GITHUB_USERNAME",
"Projects": [
{
"github_url": "PROJECT_LINK",
"title": "PROJECT_NAME",
"description": "PROJECT_DESCRIPTION",
"tech": ["tech1", "tech2"]
},
{
"github_url": "PROJECT_LINK",
"title": "PROJECT_NAME",
"description": "PROJECT_DESCRIPTION",
"tech": ["tech1", "tech2"]
}
]
}
Step 5 : Commit your changes
![Commit your changes](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F80768852%2F258656924-387f55b3-cd7c-4d6e-a25d-4043330e8d2b.png&w=3840&q=75)
Step 6 : To create a pull request click on compare and pull request
![To create a pull request click on compare and pull request](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F80768852%2F258657644-b1bc753b-3c0a-4853-8578-dde040c2665e.jpg&w=3840&q=75)
Step 7 : Add an appropriate title and description to your PR explaining changes
Step 8 : Click on Create Pull Request & wait for merge
![Click on Create Pull Request & wait for merge](/_next/image/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F80768852%2F258657487-9fa9558c-e49b-4647-a9ee-50da86b9fccf.jpg&w=3840&q=75)
Congratulations🎉, you have made a PR to the ProjectsHut. Wait for your submission to be accepted and your PR to be merged by a maintainer.