ISEK Web
ISEK is a self-sorting todo list. It is supposed to act like a virtual assistant, who is always on top of your todos. Based on Priority, Deadline and Approximated Duration ISEK sorts the todos, so you always know what to do next.
ISEK Web is the Web Frontend to the ISEK API, which allows you to create and manage tasks as well as display them in a list sorted by ISEK
But this is just the beginning, we would love for you to use ISEK and contribute with your ideas, what the perfect virtual assistant in 2023 could look like.
Usage
At the moment there is no public instance of ISEK Web but you can host it yourself using Docker.
Make sure to define the right URL for the ISEK API endpoint
Development
The website is built using SvelteKit
Run npm run dev
to start the development server of the Website.
You need to run/have access to a instance of the ISEK API for the website to work. Make sure to define the right URL for the ISEK API by setting the
ISEK_API_ADDRESS
environment variable
Contribution
We’d love to have your contributions added to ISEK! If you would like to contribute, please follow these guidelines:
- Keep your pull requests as small as possible. Large pull requests are harder to review, merge, and test.
- Format/Check your changes.
- Update documentation if necessary.
License
This project is licensed under the AGPLv3 license. See the LICENSE file for more information.
Last page update: Friday, January 17th 2025, 04:28:01 UTC