Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

npanuhin/edu-jb-kotlin_js-todo-list

Repository files navigation

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