A simple manga library web app for adding, viewing, and managing manga entries.
Built to practice JavaScript fundamentals, DOM manipulation, and basic state handling.
- Add new manga entries
- Display manga details (title, author, status, etc.)
- Remove manga from the library
- Toggle read / unread status
- Clean and minimal UI
The focus of this project was:
- working with objects and arrays
- updating the DOM dynamically
- handling user input via forms
- maintaining application state without a backend
Built as part of The Odin Project.
