A super simple web app that utilizes the Eisenhower method of time management and task prioritization. UI inspired from this article. Written in HTML, CSS, and vanilla JavaScript with zero dependencies.
Note: This web app was written in the span of less than 30 mins because I was bored, so no local storage or any of that fancy stuff.
A live version is available on my github pages here. If you wish to modify the app or host it yourself, you can clone the repo and do whatever you want with it.
Running the index.html
file on your web browser would be enough. However you could install an npm package like live-server to host a little local development server with live reload capability.
Contributions are always accepted. Feel free to open a pull request to fix any issues or to make improvements you think that should be made. Any contribution will be accepted as long as it doesn't stray too much from the objective of the app. If you're in doubt about whether the PR would be accepted or not, you can always open an issue to get my opinion on it.
MIT License, see LICENSE