A Website where you can find set of Free Online Softwares & Tools that you'll need to make your next project.
-
Fork this Repo
-
Open Terminal(Mac/Linux) or Git Bash on windows.
-
clone your repo using git clone
-
open this folder with terminal
-
use: git checkout -b your-branch-name
-
open and edit index.html
<!-- Copy and paste this template given below. --> <tr> <td>Sample name</td> <!-- Add site name here. --> <td>Sample Description</td> <!-- Single line description of the site you want are adding. --> <td><a href="your-link-here" target="_blank">Visit</a></td> <!-- insert the link at your-link-here --> </tr>
-
save and exit
-
git push origin -u your-branch-name
-
open github.com and open this repo.
-
you should see a compare and create pull request button.
-
click it
-
we'll handle the rest. :)