An open API service indexing awesome lists of open source software.

https://github.com/rla/estimator

Simple project schedule estimator
https://github.com/rla/estimator

budgeting estimation

Last synced: 26 days ago
JSON representation

Simple project schedule estimator

Awesome Lists containing this project

README

          

Estimator
=========

A simple project schedule estimator.

The Estimator is a simple project for evaluating [KnockoutJS](http://knockoutjs.com/KnockoutJS)
+ [Twitter Bootstrap](http://twitter.github.com/bootstrap/). It also uses
[jQuery](http://jquery.com/) as it's requirement by Bootstrap.

The app stores its data in localStorage and uses [ObjectId](https://github.com/justaprogrammer/ObjectId.js)
(originally meant for usage with MongoDB) library to generate unique object id-s.

Estimator needs localStorage support and therefore works only on modern browsers.

Demo
----

Demo can be found here: [http://demos.rlaanemets.com/estimator/](http://demos.rlaanemets.com/estimator/).

Documentation
-------------

Follow the blue informational text boxes.

Source (JS part) code documentation in docco format: [http://demos.rlaanemets.com/estimator/doc/app.html](http://demos.rlaanemets.com/estimator/doc/app.html).