8000 GitHub - HumanDAO/Coding-Init: Summary of Curriculum: Showcase of Class Projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HumanDAO/Coding-Init

Repository files navigation

Class Projects & Instructions

####Github Profile Page of TIY Students using Github API:

Profile Page Exercise

####Semi-parallax of clock, stopWatch while changing background color + button commands:

Clock Exercise

####ETSY API to show listings:

ETSY API Exercise

####Unit-Functionality-Testing:

Clock Exercise


Instruction Node.JS:

  1. clone / copy the files to project directory.
  2. npm init
  3. npm install
  4. node server.js

##Pushing to Github Repo:

  1. mkdir <name>
  2. git clone <url>
  3. git add --all
  4. git commit -am " <message> "
  5. git push

##Branching & creating url from gh-pages in Github:

  1. git branch
  2. git checkout -b gh-pages
  3. git merge master <------- if you updated master
  4. git push origin gh-pages
  5. git checkout master <------- go back to master, where you make your updates to code

About

Summary of Curriculum: Showcase of Class Projects

Resources

Stars

Watchers

Forks

Packages

No packages published
0