sagirk / angularjs-lite

A lightweight, test-driven implementation of AngularJS from the ground up (omitting browser hacks and corner cases)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS Lite

An experiment into exploring the inner workings of AngularJS – by implementing a lightweight version (basically, omitting browser hacks and other such corner cases) from the ground up using test-driven development practices

AngularJS? Really? In 2017!??

It's not about AngularJS. The goal is to get more practise with writing and maintaining a substantial test-driven JavaScript codebase.

About

A lightweight, test-driven implementation of AngularJS from the ground up (omitting browser hacks and corner cases)

License:MIT License


Languages

Language:JavaScript 100.0%