Creating Interactive To Do List

I want a To Do List for employees that they can add to and cross off on the front end of the site. We are using WIX as a private employee site, not a public, retail site.

https://www.wix.com/corvid/forum/wix-tips-and-updates/example-todomvc

I am very new to Wix and have never built a site before - can you tell me if I need to start by creating a dynamic page, followed by creating a database? I’m just not sure how to get from point A to point B.

@susankrywicki

Just click on the link where it says ‘Open the Example template in the Wix Editor’ and you will be able to open up the example in the Wix Editor with the page all setup and the code all written for you.

So you can simply copy the design on the page and make up the same or similar design on your own Wix Editor and copy the code across and change the element name ids to match yours on your page.

Go here and select any link that you want to learn more about using Wix.
https://support.wix.com/en/

If you need any help with anything to do with the Wix Editor or for a feature within it, then please contact Wix Support.
https://support.wix.com/en/article/contacting-wix-support

For more info about Wix Code, then read the basics here.
https://support.wix.com/en/corvid-by-wix/basics

If you have an issue with any code on your page or site, then please use this code forum to post your question about it.

This is the code I have (below) What is the easiest way to get the list items to stay on the page from session to session>

Your code will not work. You cannot embed HTML code in a Wix site page.

As Whiskey pointed out, there is a full TodoList example available to get you started.