An open API service indexing awesome lists of open source software.

https://github.com/BayBreezy/analytics-ui

Analytics UI created with Nuxt 3 + Tailwind CSS
https://github.com/BayBreezy/analytics-ui

nuxt3 tailwindcss

Last synced: 8 months ago
JSON representation

Analytics UI created with Nuxt 3 + Tailwind CSS

Awesome Lists containing this project

README

          

# Analytics Dashboard

[![Netlify Status](https://api.netlify.com/api/v1/badges/ed5e5a46-63f2-48c5-91a0-7a6a129b37f0/deploy-status)](https://app.netlify.com/sites/bejewelled-kitten-6e2434/deploys)

Created with Nuxt 3 + Tailwind CSS

## Demo

Find the demo here: [analytics-ui.behonbaker.com](https://analytics-ui.behonbaker.com)

Tailwind config was copied from [shadcn-ui](https://ui.shadcn.com/)

![Cover](/public/cover.png)

## 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`](/app.vue) file to render everything.

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