Movie Watchlist is a simple web application that allows users to search for movies and manage watchlist. Users can search for movies by title, view detailed information about them, and add or remove them to or from their watchlist. The watchlist is stored in local storage, allowing users to manage it even after closing the browser.
- Search movies by title using the OMDB API.
- View detailed information about selected movies.
- Add movies to a watchlist.
- View and manage the watchlist stored in local storage.
- Remove individual movies or clear the entire watchlist.
- HTML
- SCSS
- JavaScript
- Handlebars
- Vite
- Clone the repository:
git clone https://github.com/daniela-ghenu/movie-watchlist.git
- Navigate to the project directory:
cd movie-watchlist
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Build the project for production:
npm run build
- Preview the production build:
npm run preview
This project is licensed under the MIT License.