Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kravse/calculator
Calculator made with AngularJS
https://github.com/kravse/calculator
Last synced: 14 days ago
JSON representation
Calculator made with AngularJS
- Host: GitHub
- URL: https://github.com/kravse/calculator
- Owner: kravse
- Created: 2014-09-25T22:43:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T14:17:08.000Z (over 10 years ago)
- Last Synced: 2024-12-23T19:52:13.259Z (21 days ago)
- Language: CSS
- Homepage: http://jaredkrau.se/calculator
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just messing around with AngularJS to try and make a functional web calculator.
Demo: http://jaredkrau.se/calculator
Installation:
1) In the project root, run 'npm install'
2) In the project root, run 'bower install'
3) Run gulp to compile all static assets from 'src' into their build destinations.
4) Optional: Run gulp watch to poll for changes.
There are tons of known issues in this project, as this is one of my first experiments with AngularJS, it is more just to mess around and figure out some angular tricks.
The bugs may get fixed in the future... or maybe not.