Skip to content

21aansh06/JobFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobFinder – React Job Board Application

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.

🔍 Features

  • 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

💻 Tech Stack

  • Frontend: React.js (with Vite), Bootstrap 5, HTML5, CSS3
  • Logic & Data Handling: React Hooks (useState)
  • Deployment Ready: Easily deploy on Vercel/Netlify

📸 Preview

Homepage

JobFinder main

Filtered Results

filtered

🧩 Folder Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published