Git Product home page Git Product logo

frontend-2019-homeworks's Introduction

MIT Licensed Kottans-Frontend

Frontend 2019 course homeworks

This repo was created for students to submit their homeworks for review.

How to submit

Preparations

  • fork this repository
  • clone your fork to your local machine: git clone https://github.com/YOUR_USERNAME/frontend-2019-homeworks.git
  • add this repository as an upstream: git remote add upstream https://github.com/kottans/frontend-2019-homeworks.git
  • in your local repository, add a folder with your github name under submissions

Submit a task

In your local repository:

  • git checkout master

  • pull latest changes from upstream master branch: git pull upstream master

  • IMPORTANT! create new branch, name it according to task performed (aka feature branch): git checkout -b dom-api-task. In this example feature branch is called dom-api-task

  • under your name folder, add a folder with task name (e.g. js-dom) and put your code into the folder

    See example file structure you are expected to have below:

    File structure example

  • commit your changes to newly created feature branch

  • push feature branch to your remote repository: git push --set-upstream origin dom-api-task

Open a pull request

  • open a pull-request from your repository to this repository via GitHub web-interface
  • ask course mentors for review in FE Questionarium chat, post a link to your PR as well
  • if necessary, make changes, until your code will be approved and merged

When PR reports conflicts, on your local repo

  • git checkout master
  • pull latest changes from upstream master branch: git pull upstream master
  • merge master branch into your feature branch: git checkout dom-api-task && git merge master
  • resolve merge conflicts if there are any
  • push updated feature branch to your remote repository: git push origin dom-api-task

frontend-2019-homeworks's People

Contributors

amashoshyna avatar i-iurchuk avatar o-msh avatar feroxes avatar kaizengami avatar maxovsanyuk avatar mitchffirstgit avatar oleksiyrudenko avatar vitaliikravchyk avatar vitaminvp avatar wely88 avatar zihfred avatar mfialko avatar linkqwd avatar vladk96 avatar yulyasystem avatar denlukia avatar allykrupina avatar romanovaleksander avatar maxkalashnyk avatar justdevway avatar aldegid avatar olgafrontend avatar igkostyuk avatar vv2529 avatar humminggoo avatar olek557 avatar yevhenorlov avatar nazmariam avatar rrrds avatar

Watchers

James Cloos avatar Vladislav Sokolov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.