Giter Club home page Giter Club logo

bc2-algorithm-practice's Introduction

Bootcamp 2 Code Challenges

Repository for daily Bootcamp 2 code challenges.

Initial Setup

  1. Fork this repository
  2. Clone locally
  3. Create a new remote called upstream pointing to the upstream repository you forked.
    > git remote add -f upstream https://github.com/alchemycodelab/bc2-code-challenges.git
  4. Install dependencies:
    > npm i
  5. Create a dev branch for doing daily work:
    > git checkout -b dev
  6. Check that tests are setup correctly by running:
    > npm test

Daily Process

Setup

Each days problems are in a branch. You will do your work on dev, merging the daily challenge into dev:

  1. Start by running git fetch upstream to make sure you have the latest branches
  2. Make sure you are on dev (type git branch to check)
  3. Run git merge upstream/<name-of-branch> to merge in new daily tests and instructions.
  4. Write tests in the daily module file

Resources

Look through the folder for each day which has links to readings and videos.

Code

Work through the tests one-by-one:

  1. Don't modify the test files, except to change each test from skip to test as you go.
  2. Make that test pass.
  3. Git ACP (add, commit, push)
  4. Repeat until done.
  5. Run npm test to preflight what will happen on travis

Submit

  1. Open a PR from dev to master in your own repository.
  2. Verify that your PR passes Travis
  3. Submit on Canvas
  4. When graded, merge your PR.

bc2-algorithm-practice's People

Contributors

cnspangler avatar martypdx avatar dannysuarez avatar dirtdeodara 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.