/de-marke-app

de-marke-app.vercel.app

Primary LanguageVue

About The Project

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.

screenshot screenshot

(back to top)

Built With

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.

(back to top)

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at TMDB API
  2. Clone the repo
    git clone https://github.com/sunaycansev/de-marke-app.git
  3. Install NPM packages
    npm install
  4. Enter your API in .env
    VUE_APP_API_KEY = 'ENTER YOUR API'