Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nwaughachukwuma/interactive-video

A solution to the coding exercise by latitude
https://github.com/nwaughachukwuma/interactive-video

Last synced: about 1 month ago
JSON representation

A solution to the coding exercise by latitude

Awesome Lists containing this project

README

        

# Interactive Video
A Vue.js solution to the coding exercise by Latitude, and hosted with Firebase hosting at [https://interactive-video-6f911.web.app/](https://interactive-video-6f911.web.app/)

I have implemented solutions 1, 2, 3(b), and 4.

## Project setup
Do the following to setup the project
```
- clone the repo
- cd interactive-video
- yarn/npm install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```
Afterwards, you can either run the build locally using [http-server](https://github.com/http-party/http-server) or deploy the dist folder to your server or Firebase hosting

### Lints and fixes files
```
yarn lint
```