Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.08 KB

"Convoy of hope" clone

Chingu Cohorts - Voyage-6 (Toucans-Team-15)

Goal:

Create a copy of the "Convoy of hope" website front page.

Technologies:

  • HTML
  • CSS
    • Flexbox
    • Bootstrap
  • JavaScript
    • jQuery

Team Guidelines:

Code:

  • CamelCase for id's
  • kebab-case for Classes
  • Use id’s for JavaScript
  • Use classes for CSS
  • Comments where appropriate for code clarification

Trello Flow:

  • Split each user story into technical tasks on Trello, under Tasks.
  • Assign yourself to a task and move card to In-Development column.
  • When work is complete and you made a PR move card to To-Review column.
  • After the PR approved and the branch was merged to Development, move the card to the Done column. Make sure all the subtasks in the checklist are checked.

GitHub Flow:

  • Development branch is the default branch.
  • For each functionality/task - work on a separate branch.
  • The branch will be merged to Development by one of the other team members.
  • At the end of each sprint we will merge Development to Master.