Giter Site home page Giter Site logo

salvadorrodriguezruvalcaba / intermediate-workbook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from austincodingacademy/javascript-workbook

0.0 2.0 0.0 544 KB

Austin Coding Academy - Frontend Intermediate Workbook

Home Page: http://austincodingacademy.github.io/frontend-intermediate-workbook

JavaScript 90.89% HTML 5.79% CSS 3.32%

intermediate-workbook's Introduction

Intermediate Workbook

Claiming your workbook

  1. Click the 'Fork' button (choose your account if prompted).
  2. If you haven't set up your SSH keys yet, follow the instructions helpful instructions
  3. Copy the SSH clone URL (don't use the default HTTPS URL)
  4. In your terminal, navigate (using cd) into a directory where you want to start keeping your repositories.
  5. Clone your new repository by typing git clone <forked clone URL> (without carets "<>", ditto for future examples) Forking a repository
  6. Add the base repository as an upstream git remote add upstream [email protected]:AustinCodingAcademy/intermediate-workbook.git

Push to Github and create a PR

  1. Make the change to the JS function indicated in test/00LessonZeroTest.js
  2. When finished, commit your changes and push to GitHub
git status
git add test/00LessonZeroTest.js
git commit -m "Lesson Zero Tests passing!"
git push origin gh-pages
  1. Now go to your forked repository on GitHub. A little yellow box should have popped up asking you to make a Pull Request. Click to review.

  2. Click "Create Pull Request"

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

Get latest test updates

  1. To get the latest 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 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.

Run a single test

To run a single test on an app, test, or a kata, simply run npm test apps/01PigLatin.js, etc.

Run all tests in the test/ directory

Simply run npm test in the project directory.

intermediate-workbook's People

Contributors

kevincolten avatar salvadorrodriguezruvalcaba avatar paulrenenichols avatar yangc5 avatar tjefferson08 avatar clofton avatar

Watchers

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