DABAD
IDEA: DABAD stands for DVD And BluRay Administration. While buying DVDs/BluRays which happens a lot I had forgotten about some films that I already had a physical copy of, so I thought it was time to be able to have my collection somehow archived such that I would be able to access it at all times.
Early Development Summary
This project was started on the 23rd of February 2022 and finished on March 9th 2022. More details can be seen in the commit history on my github. The database is being updated periodically.
Note: I am aware that the visuals are ugly, but the function I needed is there :)
03/16/2024 - detail extension
It was time to extend my DABAD and add a detail page once you click on the movie. I started by adding an onClick function to my Icons (=movie tiles). Opening a separate tab with the onclick was a quick add-on. The main problem proved to be the passing on of data between components, which in the end I still couldn't figure out in my structure, so that is still a problem to solve for future-Hannah.