/employee-test-app

This project is a coding challenge, which I should create in the course of an application.

Primary LanguageVue

Employee App

Demo

How to start

  1. Clone repository
  2. Install dependencies npm install
  3. Run npm run serve
  4. Visit http://localhost:8080 in your browser

How to use

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