BenPrt / see-me-scrolling

A slide-show animation in VueJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See Me Scrolling : A vertical slideshow animation

As part of a job technical interview, the goal of this test was to estimate my technical skills on a slideshow-like scrolling animation reproduction. I had to do this in less than 2 hours (git history as proof).

I choosed to use VueJS because it's lightweight and easy/quick to set-up. I also choosed this one because it's the modern Javascript framework (even if VueJs is a library) that I know less from the three most popular starters (Angular, ReactJs and VueJs, not Charmander, Bulbasaur or Squirtle).

The project also includes TypeScript, Sass and TSLint.

Project setup

npm install

I would also recommend to execute this command to have the less vulnerable libraries possible :

npm audit fix

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints the project

npm run lint

About

A slide-show animation in VueJs


Languages

Language:Vue 67.9%Language:HTML 12.7%Language:JavaScript 10.9%Language:CSS 4.9%Language:TypeScript 3.6%