simpleapp

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

What I have done:

  • Implement Login, Home component URL protection and Lazy loading
  • Convert custom CSS component to TailwindCSS
  • Mocked all the Data and used it in the Vuex store for authentication data and Home dashboard data.
  • Mobile responsive

    Login:

  • Email, Password validation
  • Auth status alert

    Home:

  • Tab component navigation
  • Search functionality implementation
  • Sign out option

Top categories

Loading Svelte Themes