This web application allows users to search for movies, save their favorites, and manage their account. The app is built with Vue, Vuex, and Vuetify and utilizes Firebase for authentication and data storage.
- Search for movies using the OMDb API.
- Save your favorite movies to a personal list.
- Sign up and log in to manage your account.
- View your favorite movies and remove them from the list if desired.
- Clone this repository to your local machine.
- Install dependencies with
npm install
. - Create a new Firebase project and enable email/password authentication.
- Replace the Firebase configuration in
src/firebase.js
with your own. - Start the development server with
npm run serve
. - The app will be available at
http://localhost:8080
.
Run npm run build
to build the app for production. The built files will be stored in the dist/
directory.