Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Palomo of the Month is a Nuxt 3 app that highlights the boldest team member each month through a sleek voting system. Built with TypeScript, Tailwind CSS, and shadcn-vue, it offers a modern, responsive, and customizable experience for both admins and voters.

Notifications You must be signed in to change notification settings

Th3Mayar/palomoOfMonth

Repository files navigation

Palomo of the Month

A Nuxt 3 application for recognizing the outstanding palomo of the month with a comprehensive voting and management system.

Features

  • 🎨 Modern UI: Built with shadcn-vue components and Tailwind CSS
  • 🌙 Theme System: Dark mode by default with full light/dark mode support
  • 🔐 Authentication: Secure login system with session management
  • ⚙️ Customizable: Comprehensive settings page for theme, colors, and preferences
  • 📱 Responsive: Mobile-first design that works on all devices
  • 🚀 Performance: Built with Nuxt 3 for optimal performance

Technology Stack

  • Framework: Nuxt 3
  • Styling: Tailwind CSS + shadcn-vue components
  • Icons: Lucide Vue Next
  • Package Manager: Bun
  • Language: TypeScript

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

Palomo of the Month is a Nuxt 3 app that highlights the boldest team member each month through a sleek voting system. Built with TypeScript, Tailwind CSS, and shadcn-vue, it offers a modern, responsive, and customizable experience for both admins and voters.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published