Code Playground

Write HTML, CSS and JS to see live preview. Use templates to start quickly.

HTML
html
CSS
css
JS
javascript
Live Preview

Suggested mini project: Todo App

  1. Add a form and a list into HTML (you can use the template).
  2. On submit, append input value to the list and clear the field.
  3. Add complete and delete actions for each item.
  4. Use capsule buttons and smooth borders with CSS.
  5. Optional: persist list with localStorage.