Skip to content

godekina/team-fury-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team_Fury Script Tester

This is the repository for the stage 2 promotion task for HNG i7. Each team member is expected to create a file in the scripts folder with any programming language of their choice (preferrably JavaScript, PHP and python).

Getting Started

  • Fork this repository to your github account and clone
    git clone https://github.com/youraccount/team-fury-1.git && cd team-fury-1
  • After cloning, navigate to the script folder and create a file file username.(js,py,php)
    cd scripts
  • run the following codes to commit your changes
    git branch [branchname]
    git checkout [branchname]
    git add .
    git commit -a -m "your commit message"
    git push origin [branchname]
  • Proceed to your online repository and create a pull request

Happy Hacking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • PHP 22.9%
  • Python 17.3%
  • CSS 3.9%
  • Java 0.5%