Skip to content

miszo/training-implement-task-manager

 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • HTML 6.3%