đ Project Overview
The Book & Movie Tracker is a simple web application that helps users keep track of books they have read and movies they have watched or plan to watch.
⨠Features
- â Add books and movies
- đ View full entry details
- đī¸ Delete entries
- đž Persistent storage using localStorage
đ ī¸ Technologies Used
- đ HTML â structure and content
- đ¨ CSS â layout and styling
- âī¸ JavaScript â logic, events, and storage
đ¯ Purpose
This project was created to practice front-end web development concepts including DOM manipulation, event handling, and localStorage usage.