Code Monkey home page Code Monkey logo

gittutorial's Introduction

Getting Started

  • Clone the repo: git clone https://github.com/kathrynherod/gitTutorial.git
  • Navigate into the project folder: cd gitTutorial
  • If you have npm and node installed, I've added browser sync, which will automatically refresh the browser when you save changes
    • To install node modules: npm install
    • To start the project: npm start
    • Browser sync will open index.html in your default browser
  • If you don't have npm and node, no worries, just navigate to your browser and open index.html from within the project folder.

Working on the project

  • Choose an item from the to-do list
  • Create a feature branch based on master
    • git checkout master
    • git pull
    • Then you will create a feature branch. Let's pretend the to-do list numbers are ticket/issue numbers. So if you are choosing to-do item 1, you will do:
      • git checkout -b item1
    • After you are ready to submit your changes, add and commit your changes, locally
    • Then git checkout master
    • git pull
    • git checkout - goes to your previous branch before current
    • git rebase master
    • deal with any merge conflicts
    • git push -u origin <your branch name>
    • Create a pull request

Project To-Do List

  • Create repo and base files
  • Create HTML skeleton, add Bootstrap, custom CSS, and custom JS
  • 1. Add About Section to Collapsible Header
  • 2. Add Social Networking to Collapsible Header
  • 3. Add left branding to Navbar
  • 4. Add right button to Navbar
  • 5. Add Jumbotron Content to Jumbotron <section>
  • 6. Add Footer Content to <footer> tag
  • 7. Add Modal
  • 8. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)
  • 9. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)
  • 4. Add right button to Navbar
  • 5. Add Jumbotron Content to Jumbotron <section>
  • 6. Add Footer Content to <footer> tag
  • 7. Add Modal
  • 8. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)
  • 9. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)
  • 10. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)
  • 11. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)
  • 12. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)
  • 13. Add two cards with photos and text (make sure to update the <img src=""> and <p class="card-text">)

gittutorial's People

Contributors

jessie-beck-asher avatar burnettenguyen avatar christvolo1 avatar constbeecoding avatar fancypams avatar

Watchers

James Cloos avatar Kathryn Herod 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.