Coder Social home page Coder Social logo

abc-scrum-github-activity's Introduction

ABC-scrum-github-activity

  • In this activity your group is tasked to create the ABC's by taking pictures of various items around you and add them to the index.html file to display them all.

  • These photos should be uploaded to the "photos" folder and then linked using the "src" attribute in the "img" tags in the index.html file.

  • Letter A has already been completed, use it as a reference for all other letters you have to complete.

  • You do not have to add any additional HTML code, you just need to add text inside of the existing "h1", "h3" tags and the "src" attributes inside of the "img" tags.

Begin this activity by...

  • Having a scrum meeting!

  • Your team should create a project board and then create an issue for EVERY letter. This is repetitive, and is meant to be used as practice. Start your first sprint by prioritizing the first easy items(letters) people have access to, once everyone is done with their letter, close the issues and then move to the next letters.

  • Practice branching in your repository by creating a new branch for every letter that you work on. For example if you personally get tasked with letter C, then create a branch called "letterC". Once you finish that letter and are done with the branch, make sure to create a new branch for your next letter. For example, if you are next tasked with letter F your branch would be "letterF".

Useful commands for creating and moving to branches...

- `git branch` (shows current local branches)
- `git branch branchName` (creates a new branch)
- `git checkout branchName` (moves you to the branch listed)
- `git checkout -b branchName` (creates a new branch and moves you to it)

How to push a branch...

- `git status`
- `git add .`
- `git commit -m 'message'`
- `git status`
- `git pull origin main`
- `git push origin branchName`

Walk-through and links for getting everything set up

  • Start by having one person "fork" this repository Repo to Fork ... It's the repo your currently looking at.

  • Link to scrum walk-through

  • Link to Github walk-through

  • Remember that since you are "forking" this repository you do NOT need to create a new repository. Forking will do that for you, and grab all necessary starter code. Start by cloning the repo to your local machine after forking and adding collaborators. Don't forget to set the security on your main branch though!

abc-scrum-github-activity's People

Contributors

reanderson89 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.