An open API service indexing awesome lists of open source software.

https://github.com/npanuhin/edu-jetbrains-kotlin.js-todo-list

Todo list in Kotlin/JS
https://github.com/npanuhin/edu-jetbrains-kotlin.js-todo-list

kotlin-js kotlin-js-react todo-list todo-list-app-react

Last synced: about 2 months ago
JSON representation

Todo list in Kotlin/JS

Awesome Lists containing this project

README

        



Todo list in Kotlin/JS


A small frontend application for managing a todo list

#### Functionality:
1. Creation of todo items
2. Marking todo items as completed
3. Removing todo items
4. Filtering the todo list by completed or incomplete items

#### Features:
- Frontend only: all data is stored in the browser's local storage — ensures privacy
- Minimal and friendly design

#### Technologies used:
- **Kotlin** for main logic
- **React + Kotlin's typesafe HTML DSL** for layout
- **CSS** for styling