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

https://github.com/christianjtr/oompa-list-crew

Basic assessment developed in order to display a list of items with an infinite scroll, search input tab, and a detailed page. (VueJS v2, Bulma).
https://github.com/christianjtr/oompa-list-crew

assessment assessment-project bulma css front-end-development frontend vue vuejs vuejs2

Last synced: 4 months ago
JSON representation

Basic assessment developed in order to display a list of items with an infinite scroll, search input tab, and a detailed page. (VueJS v2, Bulma).

Awesome Lists containing this project

README

        

# Oompa Loompa's crew list

It`s just another test...

Basic assessment developed in order to display a list of items with an infinite scroll, search input tab, and a detailed page. (VueJS v2, Bulma).

> A Vue.js project

### Installation and running the project

The project requires [Node.js](https://nodejs.org/) and [NPM](https://www.npmjs.com/) to run.

Clone the repository:

```shell
git clone https://github.com/christianjtr/oompa-list-crew.git
```

### Demo

![](oompa.gif)

Click on the following link (Github page project):

https://christianjtr.github.io/oompa-list-crew

### Build Setup

```bash
# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

### Comments

Basic list of elements (infinite scroller) with a search input filter and a detail view. The results are being stored in the localStorage.

### Technologies

Vue v2, Vuex, Bulma, Sass, LocalStorage.