This project was created for learning purposes, utilizing Vue.js and Tailwind CSS. The UI design was inspired by Dribbble.
- Vue with Vite: Learning Vue's reactivity and Vite's fast development workflow.
- Tailwind CSS and PostCSS: Exploring rapid UI development with Tailwind's utility-first approach.
- Install dependencies:
npm install
- Run for Development:
npm run dev
- Build for Production:
npm run build
- Lint with ESLint:
npm run lint
This project is licensed under the MIT License.