/test-html-slider

Building a image slider from scratch.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

test-html-slider

Building an image slider from scratch.

How to run?

In order to preview the menu, open 'app/index.html' in your web browser of choice.

To test via the command line, run the following:

npm test

To check the code (lint) for consistency with coding standards, run this command:

npm run lint

Demo

A working version of the app can be viewed here: https://robreczarek.github.io/test-html-slider/app/

TODO

  • Set up a rough draft of the slider

DONE

  • Add project skeleton and initial configuration