https://github.com/gilbert/powermotivate.me
A javascript implementation of the Seinfeld calendar
https://github.com/gilbert/powermotivate.me
Last synced: 11 months ago
JSON representation
A javascript implementation of the Seinfeld calendar
- Host: GitHub
- URL: https://github.com/gilbert/powermotivate.me
- Owner: gilbert
- Created: 2011-03-18T22:12:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-18T22:12:27.000Z (over 15 years ago)
- Last Synced: 2025-07-14T06:54:48.019Z (12 months ago)
- Language: JavaScript
- Homepage: www.powermotivate.me
- Size: 242 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerMotivate.me
The source code for [powermotivate.me](http://www.powermotivate.me)
This project makes use of and gives much credit to:
- [Raphael.js](http://raphaeljs.com/)
- [Backbone.js](http://documentcloud.github.com/backbone) & [Underscore.js](http://documentcloud.github.com/underscore/)
- [Raphael-svg-import](https://github.com/wout/raphael-svg-import)
- [Backbone.localStorage](https://github.com/jeromegn/Backbone.localStorage)
- [jQuery](http://jquery.com/)
## TODO list
- Remove jQuery dependency (it's only used in `src/js/app.js`)
- Redraw upon window resize (yeah I'm lazy)
- Probably a "today" button somewhere
- Ability to change title to whatever subject the user wants
- Export / import data
- Allow multiple markoff calendars (probably would need some ui thought)
## Contributing
Pull requests are welcome. If you plan to build something that's not on the TODO list, discuss your ideas with me first, just in case. I'm open to new ideas.
Made using StaticMatic. Visit [https://github.com/mindeavor/staticmatic2](https://github.com/mindeavor/staticmatic2) for more info.