Skip to content

HanifZafari/vue_shadcn

Repository files navigation

Vue Project with ShadCN and Tailwind CSS

This Vue.js application uses ShadCN Vue and Tailwind CSS for styling and includes full CRUD functionality for job management.

  • ShadCN For Vue: A set of UI components designed for use with Vue.js, providing a modern and customizable design system.
  • Tailwind CSS: A utility-first CSS framework that allows for rapid and responsive design by applying utility classes directly in the HTML.

The project uses JSON Server to provide a simple backend with CRUD endpoints.

Homepage

Instructions to Run

Install Dependencies

npm install

Run JSON Server for backend

The JSON Server uses src/data.json to provide job data through API endpoints on http://localhost:4777

npm run server

Run Vite Frontend

npm run dev

Inspiration

This project was inspired by Brad Traversy’s YouTube video. After seeing the video, I decided to create my own version using ShadCN and Vue.js. I wanted to explore these technologies and put my spin on the concept presented.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published