- Clone repository
- Install dependencies
npm install
- Run
npm run serve
- Visit http://localhost:8080 in your browser
At startup you will see a list of employees. You can click on an employee to go to the details page, where you can "delete" the employee. After deleting, you have the possibility to return to the dashboard using the button. If you do not interact with the button within 10 seconds, you will be automatically redirected to the dashboard.
I created this application using Vue 2 and Tailwind. The API is provided by https://jsonplaceholder.typicode.com/users