Code Monkey home page Code Monkey logo

mr_potato_head's Introduction

#Unit 7 Project 1: Mr. Potato Head

Imgur

Together we can create a Mr. Potato Head using GitHub!

###Directions

  1. Find your teacher on github.com and find the Mr_Potato_Head repository:
  2. Fork the Repo
  3. Create a new workspace for this repository using the clone from Git URL from your repository.
  4. Add your assigned body part to potatohead.html. Body parts can be found in the assets folder
  5. Add the necessary CSS to your body part in the potato.css file.
  6. Push your changes to your GitHub repo
  7. Create a Pull request to your teacher's repo

##Remember: Fork, Change, Push, Pull In Cloud 9 terminal:

 git status

You should see that potatohead.html and potato.css are modified, like this:

	modified:   potatohead.html
  modified:   potato.css

Make a commit

Stage your changes in the index with git add ., then commit them. The string after -m in git commit is the commit message. Don't use "Commit message" as your message! Instead, say what you did, for example "added body part [your assigned body part]"

 git add .
 git commit -m "Commit message"  <<< but change the message!

Send this commit up to github

Push your local commit up to github

 git push origin master

look at your github: You should see the commit you just made! If you click "Commits" you can see the all of the work that has been put into Mr Potato Head, and you are at the top!

Make a pull request

From your GitHub create a "New Pull Request" (the green button) to send your changes to the instructor. The instructor will merge all of the changes (everyone's body parts), and at the end hopefully we'll have a whole Mr. Potato Head.

Bonus

  1. Create a button that sits below Mr. Potato Head that when it is clicked your body part will show or hide.

mr_potato_head's People

Contributors

slackhappy avatar alyxe-scripted avatar ericascripted avatar

Watchers

James Cloos 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.