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

https://github.com/christianjtr/manage-employees-dashboard

Test that contains a dashboard panel to manage employees (client-side CRUD). VueJS v2, Vuetify
https://github.com/christianjtr/manage-employees-dashboard

assessment frontend javascript vue vuetify vuex

Last synced: 8 months ago
JSON representation

Test that contains a dashboard panel to manage employees (client-side CRUD). VueJS v2, Vuetify

Awesome Lists containing this project

README

          

# Manage employees - Assestment

It's just another test...

Test that contains a dashboard panel to manage employees (client-side CRUD). VueJS v2, Vuetify

### 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/manage-employees-assestment.git
```

### Demo

![](manage-employees.gif)

Click on the following link (Github page project):

https://christianjtr.github.io/manage-employees-dashboard

### Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your tests

```
npm run test
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).

### Comments

It's a basic CRUD dashboard to manage employees. The API that provide the fake data is [randomuser.me](https://randomuser.me/).

### Technologies

Vue v2, Vuex, Vuetify.