Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

This is a to-do list web application developed with usage of Kotlin framework Kobweb and MongoDB. User can view all their tasks, both unfinished and finished. User can click on an unfinished task to move it to finished section. All tasks can be deleted from db completely. Also, user has ability to change theme to dark and back to light.

To run the application, simply enter the following commands in the terminal:

$ cd site
$ kobweb run

and open http://localhost:8080 with your browser to see the result.