Binedr is a (for now) simple movie tracking web app built to practice and sharpen JavaScript fundamentals.
It allows you to add movies with details like title, director, release year, and poster, and mark them as watched or favorite.
- Add new movies through a popup form
- Display movies as cards with poster, details, and status
- Mark movies as "Watched" and/or "Favorite"
- Clean, minimal layout using HTML, CSS, and vanilla JS
- HTML
- CSS
- JavaScript (no frameworks)
This is a learning project and is currently in progress.
More features like edit/delete, filtering, and book tracking will be added soon.
Built as a hands-on way to apply:
- DOM manipulation
- Event handling
- Form input and validation
- Dynamic rendering
-
Clone the repo:
git clone https://github.com/k4rkie/Binedr.git
-
Or download the files
-
Open
index.htmlin your browser -
Start adding movies!