A simple client-side task manager built with HTML, CSS and JavaScript.
- Open index.html in your browser.
- Or serve the folder locally and visit http://localhost:8000:
# Python 3
python -m http.server 8000
# or (Node.js)
npx http-server -c-1index.html— app UIscript.js— application logicstyle.css— styles
- Edit
script.jsandstyle.css, then refresh the browser. - Consider running a local server for consistent behavior (see Quick start).
- No license specified. Add one if you plan to publish.
- Feel free to ask me to add contribution guidelines or setup scripts.