JsonPlaceHolder + Nuxt Frontend.

Consuming Json Placehosder to get interface that allows to:

  • view a list of users
  • Search a user by username
  • Add a new user
  • Edit an existing user
  • Delete a user
Try it out

Notable technologies and libs used:

Nuxt.js to utilize universal mode for seo.

Bootstrap vue for basic ui

Axios for http requests.

Vuex for some state management

Dot Env to protect secrete data

Vuelidate for form validation

Lodash to utilize debounce for search