kasiawrz / training-implement-task-manager

♨️ Task, which learn you how to write code which should pass the unit tests.

Home Page:https://piecioshka.github.io/training-implement-task-manager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

training-implement-task-manager

♨️ Exercise through which you learn how to write code by passing unit tests.

What's going on?

I've written some unit tests to describe sample production code.
Your mission is to complete the implementation by completing a code file.

How to complete the task?

  1. Clone

    git clone git@github.com:piecioshka/training-implement-task-manager.git
    
  2. Open

    Open the index.html file in the browser.

  3. Implement

    Put your code in the app/scripts/task-manager.js file. You must cover all unit tests.

  4. Verify

    The mission is complete when all unit tests are passing 🎉

License

The MIT License @ 2017

About

♨️ Task, which learn you how to write code which should pass the unit tests.

https://piecioshka.github.io/training-implement-task-manager/


Languages

Language:JavaScript 93.7%Language:HTML 6.3%