The Movie WatchList app is a solo project built from scratch using HTML, SCSS, and JavaScript, based on a Figma design provided by Scrimba. With the help of the OMDb API, the application allows users to search for movies and add them to their watchList.
Check the App live here
- Search for movies by title
- Add movies to WatchList
- Remove movies from WatchList
- View movie details, including plot, ratings, and duration
- Persist WatchList using local storage
You can view the Figma design for this project here.
This project uses the OMDb API to search for movies. You can read more about the API and get an API key here.
Feel free to clone this repo and make it your own!