DEV Community

Cover image for Building a Todo App with Vanilla JavaScript
Amir
Amir

Posted on

Building a Todo App with Vanilla JavaScript

This is a small practice project built to improve my understanding of JavaScript logic and DOM manipulation, without using any frameworks.

The app follows a *state-driven * approach, where the UI is always derived from the application state rather than updated through scattered DOM operations.

https://github.com/AmirhosseinLN/Todo-app-V1

Top comments (0)