Pappy41 / HNG-Task-2-Team-Falcon

Team Falcon submission repository for the second task in HNG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hng Internship

HNGi7 Task 2 — Team Falcon 🦅

Instructions For Team Members

  • Make sure you are on a personal computer
  • Fork this repository by clicking on the fork button
  • Clone your forked repository
  • Checkout (I.e Change your branch) to submissions branch using git checkout -b submissions
  • Refresh then go to the scripts directory and:
    • create a new file in a server-side scripting language of your choice (i.e. PHP, Python or Javasript) a statement to return Hello World, this is [full name] with HNGi7 ID [HNG-ID] using [language] for stage 2 task. [email]
    • E.g. "Hello World, this is CIROMA CHUKWUMA ADEKUNLE with HNGi7 ID HNG-00000 using Python for stage 2 task. adekunle.c.ciroma@gmail.com"
    • with naming format “yourhngid.extension” e.g HNG-00000.php, HNG-00000.py, HNG-00000.js
  • Replace:
    • [full name] with your actual fullname,
    • [id] with your actual HNG-ID found on your HNGBoard and
    • [language] with the programming language you used.
    • [email] with your email.
  • Python programmers should not forget that their output should be 'streamed' I.e flushed
  • Add your commit message to the bottom (short description of what you did)
  • Then create a pull request and type the title of the merge and a description of what you did. Make sure to change the branch to 'submission'.

N.B In event you notice a merge conflict when making your pull request, pull from the original repository by setting it as an upstream

  • Command to set upstream: git remote add upstream https://github.com/howtobuildx/HNG-Task-2-Team-Falcon
  • Command to pull from upstream: git pull upstream submissions

Here is the link to the live server: https://hidden-falls-97449.herokuapp.com/

Instructions For The Mentors

About

Team Falcon submission repository for the second task in HNG.


Languages

Language:JavaScript 53.1%Language:Python 30.6%Language:PHP 14.6%Language:Kotlin 0.5%Language:HTML 0.5%Language:C++ 0.3%Language:Dart 0.2%Language:C# 0.2%