Skip to content
Snippets Groups Projects
Select Git revision
  • 8631d0ba3e7774653a029da521381174441ee427
  • main default protected
2 results

to-do-list

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Xera authored
    Added a function to delete tasks, also turned out that the bug with api calls disappears when server is restarted (probably some bug in the framework itself)
    8631d0ba
    History

    This is a Kobweb project instantiated from the examples/todo template.

    The purpose of this project is to showcase a minimal Todo app, demonstrating:

    • 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:

    $ cd site
    $ kobweb run

    and open http://localhost:8080 with your browser to see the result.