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.
npm installThe JSON Server uses src/data.json to provide job data through API endpoints on http://localhost:4777
npm run servernpm run devThis 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.
