A simple todo list application built using HTML, CSS, and JavaScript. It allows users to add, complete, and delete tasks. Todos are saved in the browser using localStorage, so they remain after page refresh. The app also supports light and dark theme switching.