ameemarks / training-implement-task-manager

♨️ Exercise through which you learn how to write code by passing 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 writing a code in app/.

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 and refresh after wrote some code.

3. Implement 🚧

Open the app/scripts/task-manager.js file in the editor.
Write that code which cover each of test cases.

⚠️ You must cover all unit tests ⚠️

The mission is complete when all unit tests are passing 🎉

License

The MIT License @ 2017

About

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

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


Languages

Language:JavaScript 93.7%Language:HTML 6.3%