CodersCamp2021 / team-lp-project-1

CodersCamp - Team Łukasz Powązka - Project 1

Home Page:https://coderscamp2021.github.io/team-lp-project-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodersCamp 2021 - Team: Łukasz Powązka

Project 1: HTML & CSS & JavaScript

Mentor: Łukasz Powązka

Team members:

How to contribute

  • Creating a new branch: git checkout -b brnach-name

  • Publishing new branch: git push origin -u

  • Checking the status of current changes: git status

  • Staging all changes: git add .

  • Commting staged cahnges: git commit -m "commit message"

  • Checking the local git history: git log

  • Pushing committed changes: git push

  • Pulling newest changes from the branch: git checkout branch-name && git pull

Branch naming convention:

[new/update/fix/delete]/[shirt-description-using-hypen]
Examples:
new/added-text-search
update/api-class-filename
delete/redundant-css-classes

Link to App Demo Presentation:

https://docs.google.com/presentation/d/1zU1qGeJvwc-WTC58AG9YZYxte_sT4CO-fFE0th4b8i4/

About

CodersCamp - Team Łukasz Powązka - Project 1

https://coderscamp2021.github.io/team-lp-project-1/


Languages

Language:JavaScript 64.2%Language:HTML 18.8%Language:CSS 17.0%