This project is a Vue.js application for job postings and applying for jobs. It allows users to view job listings and submit applications dynamically.
- Browse job postings
- Apply for jobs online
- Responsive design
- Vue.js: Frontend framework
- Vite: Build tool for faster development
- Netlify: Hosting and deployment
- JSON Server: Mock API for job listings
git clone https://github.com/anikakash/JobPostingSite-VUE.git
cd JobPostingSite-VUE
npm install
npm install
json-server --watch db.json --port 5000
npm run build