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
- Host: GitHub
- URL: https://github.com/npanuhin/edu-jetbrains-kotlin.js-todo-list
- Owner: npanuhin
- License: mit
- Archived: true
- Created: 2024-04-19T18:22:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-01T23:08:52.000Z (about 1 year ago)
- Last Synced: 2025-04-01T07:06:50.643Z (about 2 months ago)
- Topics: kotlin-js, kotlin-js-react, todo-list, todo-list-app-react
- Language: CSS
- Homepage: https://todo.jb.npanuhin.me
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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