Skip to content

batistaDev1113/random-users-vue

Repository files navigation

random-user-vue

Description

This is a simple Vue.js application that uses the Random User API to display a list of users. When a user is clicked, the right panel will appear with more information about the user.

Technologies

  • Vue.js
  • Random User API
  • Tailwind CSS
  • Deployed on Netlify

Screenshots

Desktop view:

alt text

Laptop:

alt text

Mobile view:

alt text

Ipad:

alt text

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Running tests

npm run test:unit