🏢 Company Jobs Cards App
A dynamic and responsive job-listing cards UI built using React, Tailwind CSS v4, and Vite. Each card displays a company, role, salary, location, and an “Apply Now” button — all generated from data.
🚀 Features
🔄 Dynamic job cards from JavaScript data
🎨 Clean and modern UI built with Tailwind v4
📱 Fully responsive grid layout
🏷️ Tags for job type, level, salary, etc.
❤️ Save button (UI only)
🛠️ Tech Stack
React JS
Tailwind CSS v4 (latest)
Vite
📂 Project Structure src/ ├── App.jsx ├── components/ │ └── JobCard.jsx ├── data/jobs.js └── index.css
⚙️ Setup Instructions 1️⃣ Install dependencies npm install
2️⃣ Run the project npm run dev
🎯 How It Works
Jobs are stored in a data array.
App maps over the array and renders a JobCard for each company.
Tailwind handles styling with a flexible grid + modern card UI.
🔮 Future Enhancements
Search & filter jobs
Save jobs locally
Click to open job details page
API integration
⭐ Support
If you like the UI — star the repo ⭐ It motivates more fun projects like this!