Skip to content

Abhay1004/Online-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-tools

image


A Website where you can find set of Free Online Softwares & Tools that you'll need to make your next project.


Contribution Steps:

  • Fork this Repo

  • Copy the link of your fork using green CODE button

  • 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

  • opne github.com and open this repo.

  • you should see a compare and create pull request button.

  • click it

  • we'll handle the rest. :)


Happy Hacktoberfest.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.0%
  • JavaScript 12.1%
  • CSS 8.9%