JobFinder is a modern, responsive job board web app built using React.js, Bootstrap, and Vite. It allows users to browse job listings, filter them by role (Frontend, Backend, Full-Stack), and simulate applying for positions.
- View real-time job listings with company, role, and location info
- Filter jobs by category: Frontend, Backend, Full-Stack
- Responsive UI using Bootstrap 5
- Clean layout and user-friendly design
- Simulated “Apply Now” button with alert popup
- Modular React components
- Frontend: React.js (with Vite), Bootstrap 5, HTML5, CSS3
- Logic & Data Handling: React Hooks (
useState) - Deployment Ready: Easily deploy on Vercel/Netlify
JobFinder/
├── public/
│ └── vite.svg
├── screenshots/
│ ├── Screenshot 2025-07-15 135447.png
│ └── Screenshot 2025-07-15 135507.png
├── src/
│ ├── components/
│ │ ├── Filter.jsx
│ │ ├── JobCard.jsx
│ │ └── JobList.jsx
│ ├── data/
│ │ └── jobs.js
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── .gitignore
├── index.html
├── package.json
├── README.md
├── vite.config.js
└── package-lock.json

