Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bnhovde/videogallery

Source code for the video gallery
https://github.com/bnhovde/videogallery

Last synced: 13 days ago
JSON representation

Source code for the video gallery

Awesome Lists containing this project

README

        

# Video Gallery

Interactive videoplayer written in plain ES6.

[Live demo](https://bardhovde.com/videogallery)

## Notes

This videoplayer was built within a very short timeframe.

Below is a list of required improvements in order of importance:

* Cross-browser compatability
* Better mobile experience
* Custom videoplayer theme
* Asset optimisation
* Responsive images
* Accessability review

## Stack

The app is written in plain JavaScript (ES6). The only 3rd party library is [fetch](https://github.com/github/fetch) for API calls.

Source(ES6) -> babel -> dist(ES5)

## Developing

First, install dependencies

```
npm install
```

Then run:

```
npm run watch
```

## Troubleshooting

If you're having problems you might need to update your npm version