Git Product home page Git Product logo

cs-hu271-assignments-kanban's Introduction

CS-HU 271 Kanban (Extra Credit)

Step 1 - Create a New Repository

Using your personal GitHub account create new a private GitHub repository called CS-HU271-Assignments-Kanban.

All options under Initialize this repository should be disabled/unchecked. In other words:

  • the Add a README file option should be disabled/unchecked
  • the Add .gitignore option should be disabled/unchecked
  • the Choose a license option should be disabled/unchecked

Step 2 - Clone Starter Code Repository

Clone this CS-HU271-Assignments-Kanban repository from VSCode or from the command line:

$ git clone https://github.com/BoiseState/CS-HU271-Assignments-Kanban.git

$ cd CS-HU271-Assignments-Kanban

Step 3 - Push the Cloned Code to the New Repository

The contents of master branch of the cloned repository (from Step 2) will be pushed the repository that you created (in Step 1).

Step 3a

Remove the origin remote pointing to the cloned repository:

$ git remote remove origin

Step 3b

Add a new origin remote that will point to the new repository that you created (in Step 1):

$ git remote add origin https://github.com/<yourGitHubUsername>/CS-HU271-Assignments-Kanban.git

$ git remote --verbose
origin  https://github.com/<yourGitHubUsername>/CS-HU271-Assignments-Kanban.git (fetch)
origin  https://github.com/<yourGitHubUsername>/CS-HU271-Assignments-Kanban.git (push)

Step 3c

Push the master branch to the new repository that you created (in Step 1):

$ git push -u origin master

cs-hu271-assignments-kanban's People

Contributors

bogdandit avatar

Watchers

Rachel Lawrence avatar

cs-hu271-assignments-kanban's Issues

Implement new (miscellaneous) routes in the Web Server

  • Implement new routes in the app.js
  • Write a few unit tests in app.test.js to test the new routes
  • In a terminal, run npm test and make sure the test suite is green and all tests are passing. If there are any tests failing, make changes to the unit tests or the implementation until the test suite is green.
  • commit the unit tests and the implementation in the same commit and establish the traceability between the commit and task (e.g., Implements #task_id)

Implement the `subtraction` functionality for the calculator

  • Write a few unit tests in the operations.test.js
  • Implement the subtract method in the operations.js
  • In a terminal, run npm test and make sure the test suite is green and all tests are passing. If there are any tests failing, make changes to the unit tests or the implementation until the test suite is green.
  • commit the unit tests and the implementation in the same commit and establish the traceability between the commit and task (e.g., Implements #task_id)

Implement the `subtract` route in the Web Server

  • Implement the subtract route in the app.js
  • Write a few unit tests in app.test.js to test the subtract route
  • In a terminal, run npm test and make sure the test suite is green and all tests are passing. If there are any tests failing, make changes to the unit tests or the implementation until the test suite is green.
  • commit the unit tests and the implementation in the same commit and establish the traceability between the commit and task (e.g., Implements #task_id)

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.