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
- Host: GitHub
- URL: https://github.com/christianjtr/manage-employees-dashboard
- Owner: christianjtr
- Created: 2021-01-29T19:46:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T23:04:31.000Z (about 4 years ago)
- Last Synced: 2025-01-04T20:46:36.274Z (10 months ago)
- Topics: assessment, frontend, javascript, vue, vuetify, vuex
- Language: JavaScript
- Homepage:
- Size: 21.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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.