RozgarHub is a full-stack web application designed to connect blue-collar workers with employers. The platform aims to simplify the job search process, improve accessibility, and provide better employment opportunities for the blue-collar workforce.
RozgarHub focuses on bridging the gap between employers and skilled workers by providing a platform that is easy to use, secure, and reliable. It caters specifically to blue-collar workers like electricians, plumbers, carpenters, delivery drivers, and more.
- Job Listings: Employers can post job opportunities with relevant details.
- Worker Profiles: Workers can create and update profiles, showcasing their skills and experience.
- Search and Filters: Easy-to-use filters for job types, locations, and industries.
- Secure Authentication: User login and registration with secure password management.
- Responsive Design: Optimized for all devices, including mobile and desktop.
- Admin Dashboard: Manage users, jobs, and site settings efficiently.
- React.js
- Tailwind CSS (for utility-first styling)
- shadcn/ui (for pre-styled React components)
- Node.js with Express.js (API development)
- MongoDB (Database)
- Vercel (Frontend)
- Render or AWS (Backend)
- Node.js and npm installed
- MongoDB installed or MongoDB Atlas account for the database
- Clone the repository:
git clone https://github.com/kenzo0p/RozgarHub.git cd rozgarhub cd frontend (also cd backend in another terminal) npm install npm run dev