This is a submission for the DEV Weekend Challenge: Community
The Community
For fresh graduates and students—especially those aiming for highly competitive government exams (like GATE) or public sector roles—finding the right opportunity is a scattered mess. You have to constantly check dozens of separate organization portals, employment news sites, and company boards for notifications that often close quickly. I built this for the community of job seekers who rely on peer-to-peer sharing to find off-campus drives, part-time gigs, and hidden roles before deadlines hit.
What I Built
I built OppDrop (Opportunity Drop), a sleek, fast, community-driven job exchange board. Instead of relying on a centralized aggregator, OppDrop allows users to share direct application links to opportunities they find in the wild. I included a quick-filter system so users can instantly sort by "Govt / PSU," "Private Sector," or "Part-Time / Remote" roles to cut through the noise.
Demo
🔗 Live Application: https://07MADARA.github.io/opp-drop/
(Drop a test link and see how the filter system works!)
Code
How I Built It
For this second weekend sprint, I focused on building a clean UI with functional data sorting.
- Frontend: I utilized pure HTML and Tailwind CSS to build a modern, card-based interface with distinct color-coding for different job categories.
-
Logic & Data: Vanilla JavaScript handles the core functionality, including the category filtering system. To keep the app lightweight and instantly deployable without a backend, I used
localStorageto persist the job listings and categories on the user's local machine, serving as a rapid prototype database.
Top comments (0)