AbinMathew16 / IEDC-Tech-Trainees

Repo for Submission of tasks for IEDC Tech Team Trainees final round

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IEDC-Tech-Trainees

Repo for Submission of tasks for IEDC Tech Team Trainees final round

How to submit your project

  1. Fork this repo - Click on the fork button on the top-right of this page
  2. Clone the forked repo to your local machine
git clone https://github.com/<your_github_username>/IEDC-Tech-Trainees.git
  1. Navigate into the respective task folder
  2. Create a new folder there with folder name as <yourName_yourClass> and put your entire project in this folder
  3. Add your changes using git
git add .
  1. Commit your changes using git
git commit -m "Added <your_name> Project"
  1. Push the changes to Github
git push
  1. Go to your fork on github and click on Pull request
  2. Create a New Pull Request to the main repo with title as "Submitting <yourName_yourClass>"
  3. That's it, Done!!

About

Repo for Submission of tasks for IEDC Tech Team Trainees final round

License:MIT License


Languages

Language:JavaScript 49.0%Language:HTML 38.7%Language:CSS 10.2%Language:Python 2.1%Language:PHP 0.0%