Skip to content

BayBreezy/analytics-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3c6e0e Β· Dec 23, 2024

History

78 Commits
Aug 9, 2023
Jul 14, 2023
Sep 2, 2024
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Oct 5, 2023
Jan 7, 2024
Jul 10, 2024
Dec 23, 2024
Dec 23, 2024
Jul 17, 2023
Jul 14, 2023

Repository files navigation

Analytics Dashboard

Netlify Status

Created with Nuxt 3 + Tailwind CSS

Demo

Find the demo here: analytics-ui.behonbaker.com

Tailwind config was copied from shadcn-ui

Cover

Modules Used

  • @nuxtjs/tailwindcss
  • nuxt-icon
  • @vueuse/nuxt
  • nuxt-headlessui
  • @morev/vue-transitions/nuxt
  • @davestewart/nuxt-scrollbar

Chart JS has no nuxt module but it was used as well.

Shadcn UI was used for the styles. I am not reinveting the wheel here.

Components

Check the components folder for the components used in this project. Since I am not switching pages, I used the app.vue file to render everything.

Yes, light and dark mode is in place. Thanks to VueUse