Skip to content

NyxLumen/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Library

A simple manga library web app for adding, viewing, and managing manga entries.
Built to practice JavaScript fundamentals, DOM manipulation, and basic state handling.

Preview

Manga Library Screenshot

Features

  • Add new manga entries
  • Display manga details (title, author, status, etc.)
  • Remove manga from the library
  • Toggle read / unread status
  • Clean and minimal UI

Notes

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

Credits

Built as part of The Odin Project.