Skip to content
Snippets Groups Projects
Commit fa9c0a24 authored by Xera's avatar Xera
Browse files

Change README.md

parent e57932f3
No related branches found
No related tags found
No related merge requests found
This is a [Kobweb](https://github.com/varabyte/kobweb) project instantiated from the `examples/todo` template. 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
The purpose of this project is to showcase a minimal Todo app, demonstrating: 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.
* a simple, reactive, single-page web app, making use of both Silk UI and Compose for Web
* API endpoints (e.g. for adding, removing, and fetching items)
* how to share types across client and server (see `TodoItem` which has text and an ID value)
I'd like to give credit to https://blog.upstash.com/nextjs-todo for sharing the Next.js version.
--- ---
To run the sample, simply enter the following commands in the terminal: To run the application, simply enter the following commands in the terminal:
```bash ```bash
$ cd site $ cd site
$ kobweb run $ kobweb run
``` ```
and open [http://localhost:8080](http://localhost:8080) with your browser to see the result. and open http://localhost:8080 with your browser to see the result.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment