Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
To-Do List
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ali Dosmukhamedov
To-Do List
Commits
fa9c0a24
Commit
fa9c0a24
authored
7 months ago
by
Xera
Browse files
Options
Downloads
Patches
Plain Diff
Change README.md
parent
e57932f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-12
6 additions, 12 deletions
README.md
with
6 additions
and
12 deletions
README.md
+
6
−
12
View file @
fa9c0a24
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment