Code Playground
Write HTML, CSS and JS to see live preview. Use templates to start quickly.
HTML
htmlCSS
cssJS
javascriptLive Preview
Suggested mini project: Todo App
- Add a form and a list into HTML (you can use the template).
- On submit, append input value to the list and clear the field.
- Add complete and delete actions for each item.
- Use capsule buttons and smooth borders with CSS.
- Optional: persist list with localStorage.