Monster Manager is a simple yet interactive web application built using HTML, CSS, and JavaScript. It allows users to create and manage a list of monsters by specifying their details. The application provides an easy way to add, view, and delete monsters dynamically.
Features:
- Users can enter the monster’s name.
- Users can select the rarity of the monster from a dropdown list.
- Users can mark the monster as a favorite using a checkbox.
- Clicking the “Create” button adds the monster to a dynamic table displayed at the bottom.
- The table includes Name, Rarity, Favorite status, and a Delete button.
- Users can remove a monster from the list by clicking the “Delete” button.