Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janhancic/fuglydo5
A simple HTML5 to-do app
https://github.com/janhancic/fuglydo5
Last synced: 22 days ago
JSON representation
A simple HTML5 to-do app
- Host: GitHub
- URL: https://github.com/janhancic/fuglydo5
- Owner: janhancic
- License: mit
- Created: 2010-10-11T20:57:27.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-30T20:14:35.000Z (about 11 years ago)
- Last Synced: 2024-10-16T08:47:52.998Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# FuglyDo5
## What is it?
This is the (slightly modified) source code of my entry for the 10K Apart Challenge. You can read more about my entry and the contest [here](http://hancic.info/10k-apart-challenge "FulgyDo5 and 10K Apart challenge"). Here is the uncompressed code, but do mind that I was working in under the 10K file size limit, so the code isn't exactly pretty.## How to use it?
If you wish to use it, just put all three files (`index.html`, `script.js` & `style.css`) into the same folder on your server (or computer) and open index.html. That's it, all the magic happens in the browser.## Status
This project was originally done in 2010 under the constraint of code being less than 10K in size. As such the code is not the best shining example of JavaScript. Treat it as such :)## License
Licensed under MIT. See [LICENSE.md](https://github.com/janhancic/fuglydo5/blob/master/LICENSE.md) file for details.