Giter Club home page Giter Club logo

javascript-workbook's Introduction

CircleCI

Austin Coding Academy

JavaScript Workbook

Claiming your workbook

  1. Click the 'Fork' button (choose your account if prompted).
  2. Copy HTTPS URL from your forked repository
  3. In your terminal (or in git bash, for Windows people), navigate (using cd) into a directory where you want to start keeping your repositories.
  4. Clone your new repository by typing git clone <forked clone URL> (the HTTPS URL you copied above) Forking a repository
  5. Now go into the new directory by using cd javascript-workbook
  6. Add the base repository as an upstream git remote add upstream https://github.com/AustinCodingAcademy/javascript-workbook.git
  7. Check the configuration of your remotes with git remote -v, it should look very similar to this (except it'll be YOUR username)
$ git remote -v

origin  [email protected]:username/javascript-workbook.git (fetch)
origin  [email protected]:username/javascript-workbook.git (push)
upstream    [email protected]:AustinCodingAcademy/javascript-workbook.git (fetch)
upstream    [email protected]:AustinCodingAcademy/javascript-workbook.git (push)

Push to Github and create a PR

  1. From your project directory, run npm install to tell NPM to install all the node modules we use in this class

  2. Use Atom (or another editor) to make the change to the index.html file in the top level directory. Change Hello World! to Hello <your name>!

  3. When you're finished, stage your file, commit your changes, and push to GitHub using the following commands:

    git status
    git add .
    git commit -m "Initial Commit"
    git push origin gh-pages
  4. Now go to your forked repository on GitHub (at https://github.com/your-username/javascript-workbook). A little yellow box should have popped up asking you to make a Pull Request. Click to review.

  5. Click "Create Pull Request"

  6. Every time you make a change and push to GitHub, this PR will automatically update. No need to do it more than once.

Get latest workbook updates

  1. To get the latest code/homework/test updates, be sure to have a "clean working directory" by committing or removing all of your changes. You check for a "clean working environment" by running git status and making sure no files show up.

  2. Run git pull upstream gh-pages

Contributing workflow

Running the apps

Simply run node path/to/file.js

example node 01week/rockPaperScissors.js

Running Tests

Tests are a great way to make sure you code works the way you planned it would, and to make sure you don't break something in the future. We will be using them to test our understanding of the lesson. It's also our main way to assign grades for an assignment.

To run a the tests on a file run npm test path/to/file.js, etc.

Running the Linter

Simply run npm run lint

Running the Server

  1. Run npm start
  2. To break out of the server, press ctrl + c

javascript-workbook's People

Contributors

clofton avatar hipperger avatar jw56578 avatar kevincolten avatar paulrenenichols avatar tjefferson08 avatar yangc5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

javascript-workbook's Issues

Issues with dependencies

Dependabot (a dependency bot) shows some dependency problems and security problems for a fork of this repository

They were Update

  • eslint 3.19.0 -> 6.1.0
  • stylelint 7.13.0 -> 10.1.0
  • extend 3.0.1 -> 3.0.2
  • htmllint-cli to d4003c5
  • lodash 4.17.4 -> 4.17.15
  • mocha 5.0.0 -> 6.2.0
  • marked 0.3.6 -> 0.3.19
  • jsdom 11.6.2 -> 15.1.1
  • moment 2.18.1 -> 2.24.0
  • sshpk 1.13.1 -> 1.16.1
  • stringstream 0.0.5 -> 0.0.6

TODO

  • Apps
    • Pig Latin Generator
    • Rock Paper Scissors
    • Tic Tac Toe
    • Towers of Hanoi
    • Mastermind
    • Checkers
    • Tic Tac Toe (jQuery)
    • Towers of Hanoi (jQuery)
    • Todo (jQuery)
    • Business Cards (jQuery/AJAX)
    • Gist Blog
  • CodeWars Katas
    • Kata Zero
    • Kata One
    • Kata Two
    • Kata Three
    • Kata Four
    • Kata Five
    • Kata Six
    • Kata Seven
    • Kata Eight
    • Kata Nine
    • Kata Ten
  • Project Euler Problems
    • Problem Zero
    • Problem One
    • Problem Two
    • Problem Three
    • Problem Four
    • Problem Five
    • Problem Six
    • Problem Seven
    • Problem Eight
    • Problem Nine
    • Problem Ten
  • Tests
    • Lesson Zero - return
    • Lesson One - Booleans, Comparisons
    • Lesson Two - Conditionals
    • Lesson Three - Arrays
    • Lesson Four - Arrays, Objects
    • Lesson Five - Loops
    • Lesson Six - Objects Oriented Programming (Car Example)

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.