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
- Host: GitHub
- URL: https://github.com/rla/estimator
- Owner: rla
- Created: 2012-09-21T22:01:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T05:52:19.000Z (over 12 years ago)
- Last Synced: 2025-03-06T01:25:18.255Z (over 1 year ago)
- Topics: budgeting, estimation
- Language: JavaScript
- Size: 203 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).