You can add the movie you want to your favorite list in this project, where movie information is obtained and displayed on the page via API, and the button changes dynamically depending on whether the movie is in the favorite list. The movies you add to your favorites work in sync with the local storage.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- npm
npm install npm@latest -g
- Get a free API Key at TMDB API
- Clone the repo
git clone https://github.com/sunaycansev/de-marke-app.git
- Install NPM packages
npm install
- Enter your API in
.env
VUE_APP_API_KEY = 'ENTER YOUR API'