← all projects

Odin Todo List - Dynamic CRUD Application

Odin Todo List - Dynamic CRUD Application

A modular Front-End Todo List application focused on advanced data management, custom styling, and CRUD (Create, Read, Update, Delete) logical operations. Built as part of The Odin Project curriculum to master complex object/array manipulation and Single Page Application (SPA) architecture. Key Features: • Dynamic Project Categorization: Users can group individual tasks under different project themes dynamically. • Complete CRUD Lifecycle: Implemented full features to add, edit, remove, and filter task completion statuses and priorities. • Clean & Modular Architecture: Utilized Webpack to separate data manipulation patterns (business logic) from DOM rendering modules, keeping the code scalable.

JavaScriptWebpackHTML5CSS3DOM Manipulation