echelonka / adraba-test-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adraba Movies (test task)

Developed via Vue.js

The published website you can find here.

What was made:
  • Added sorting for movie lists where it was possible
  • Simple authorization (super easy - just type admin as a username and 123456 as a password :) )
  • Favorite movies is a protected route for unauthorized users
  • Store saved movies in VueX store and in a browser local storage
  • Each card has a list of its genres, each of which leads to the movie list of this genre

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

About


Languages

Language:JavaScript 52.1%Language:Vue 43.4%Language:CSS 4.1%Language:HTML 0.4%