- Vue.js - Javascript Framework
- Tailwind CSS - Styling and UI
- Vite - Build tool
- Vercel - Hosting and Deployment
Follow these steps to run DevHire on your local machine.
git clone https://github.com/Pappyjay23/DevHire.git
cd DevHire
npm install
npm run dev
Now, you can navigate to http://localhost:3000 to view the app.
npm run build
Implementation by @Pappyjay23