https://vue-starter.vercel.app
A high-performance basic Job Board application built to showcase modern front-end engineering patterns.
- Framework: Vue 3 (Composition API)
- Build Tool: Vite
- Styling: Tailwind CSS
- Routing: Vue Router
- Backend: JSON Server (Mock REST API) on local and (https://render.com/) on production.
- Full CRUD: Create, Read, Update, and Delete job postings.
- Responsive Design: Fully optimized for mobile, tablet, and desktop viewing.
- Persistent State: (In Progress) Robust form handling and API integration.
Run this command first to install dependencies:
npm run installStart the front-end development server:
npm run devStart the back-end server:
npm run serverIf port 5000 is not working, try changing the port or using another available port on your machine.
Run front-end and back-end in separate terminals.
Make sure both are running for the application to work.