Bangka Hire is a comprehensive job search and recruitment solution for Bangka Belitung region, designed to connect job seekers with opportunities that match their skills and preferences. Whether you’re looking for a job in a specific industry, searching by salary range, or targeting a particular company, our advanced filtering system makes the process seamless.
.
├── prisma # Prisma
│ ├── migrations
│ └── schema.prisma
│ ├── assets
├── public # Images and assets
│ ├── docs
│ └── images
├── README.md
├── src
│ ├── app # Main Pages
│ │ ├── api #API Logic
│ │ │ ├── admin
│ │ │ ├── auth
│ │ │ ├── get-user
│ │ │ ├── job-applicant
│ │ │ ├── jobs
│ │ │ ├── job-vacancy-provider
│ │ │ └── uploadthing
│ │ ├── (auth)
│ │ │ └── auth
│ │ ├── (dashboard)
│ │ │ └── dashboard
│ │ ├── (job-applicant)
│ │ │ └── jobs
│ │ ├── (job-vacancy-provider)
│ │ │ └── job-vacancy-providers
│ │ └── profile
│ ├── components # Shared, customizable, and reusable components
│ │ ├── auth
│ │ ├── common
│ │ ├── dashboard
│ │ │ └── admin
│ │ ├── job-applicant
│ │ ├── jobs
│ │ ├── job-vacancy-provider
│ │ ├── react-query
│ │ └── ui
│ ├── hooks # Custom hooks
│ ├── lib # Utilities
│ │ └── schemas
│ ├── services # HTTP Request logic
│ ├── store # Jotai store
│ └── types # Typescript types
└── tsconfig.json