Empowering Undergraduate Women with Remote Job Opportunities
Hersaheli is a platform dedicated to connecting undergraduate women graduates with remote job opportunities. Developed as part of Becrez Hackathon'25, this initiative aims to bridge the employment gap by providing accessible and flexible work options for women entering the workforce.
🏆 Winner of the Best Implementation Award at Becrez Hackathon'25
🌐 Live Demo: https://hersaheli.vercel.app
- User-Friendly Interface: Intuitive design ensuring easy navigation for users of all technical backgrounds.
- Remote Job Listings: Curated opportunities tailored for undergraduate women graduates seeking remote positions.
- Responsive Design: Optimized for various devices, ensuring accessibility on desktops, tablets, and smartphones.
- Secure Authentication: Protecting user data with reliable authentication mechanisms.
- Scalable Architecture: Built with modern frameworks to accommodate future enhancements and integrations.
- Frontend: Next.js – React framework for server-side rendering and static site generation.
- Styling: Tailwind CSS – Utility-first CSS framework for rapid UI development.
- Deployment: Vercel – Hosting platform optimized for Next.js applications.
└── fudailzafar-hersaheli/
├── README.md
├── jsconfig.json
├── next.config.mjs
├── package.json
├── postcss.config.mjs
├── tailwind.config.js
├── .eslintrc.json
├── .prettierrc
├── public/
└── src/
├── fonts.js
├── components/
│ ├── benefits-grid/
│ │ ├── BenefitsGrid.jsx
│ │ ├── Block.jsx
│ │ ├── CardSubtitle.jsx
│ │ ├── CardTitle.jsx
│ │ ├── CollaborateBlock.jsx
│ │ ├── HighlighBlocks.jsx
│ │ └── IntegrationsBlock.jsx
│ ├── blog/
│ │ ├── BlogCarousel.jsx
│ │ ├── data.js
│ │ └── Post.jsx
│ ├── email-capture/
│ │ └── EmailCapture.jsx
│ ├── feature-toggles/
│ │ ├── data.jsx
│ │ ├── FeatureDisplay.jsx
│ │ ├── FeatureToggles.jsx
│ │ └── ToggleButton.jsx
│ ├── final-cta/
│ │ └── FinalCTA.jsx
│ ├── footer/
│ │ └── Footer.jsx
│ ├── hero/
│ │ ├── Copy.jsx
│ │ ├── Hero.jsx
│ │ └── MockupScreen.jsx
│ ├── logos/
│ │ └── Logos.jsx
│ ├── navigation/
│ │ ├── Announcement.jsx
│ │ ├── constants.js
│ │ ├── DesktopLinks.jsx
│ │ ├── ExpandableNavBar.jsx
│ │ ├── Logo.jsx
│ │ └── MobileLinks.jsx
│ ├── pricing/
│ │ ├── CheckListItem.jsx
│ │ ├── Pricing.jsx
│ │ └── Toggle.jsx
│ ├── shared/
│ │ ├── Button.jsx
│ │ ├── SectionHeading.jsx
│ │ └── SectionSubheading.jsx
│ ├── stats/
│ │ └── Stats.jsx
│ └── supports/
│ ├── CheckPill.jsx
│ ├── Copy.jsx
│ ├── options.jsx
│ ├── Supports.jsx
│ └── Users.jsx
├── pages/
│ ├── _app.jsx
│ ├── _document.jsx
│ └── index.jsx
└── styles/
└── globals.css
-
Clone the repository:
git clone https://github.com/fudailzafar/hersaheli.git cd hersaheli -
Install dependencies:
npm install # or yarn install -
Run the development server:
npm run dev # or yarn dev -
Access the application:
Open http://localhost:3000 in your browser to view the running application.
We are a passionate group of developers who built Hersaheli during Becrez Hackathon'25:
- Syed Tufail Ahmed
- Sabeer Sulaiman Khan G
- Arshee Fathima S
- Fudail Mohammed Zafar
We welcome contributions to enhance Hersaheli's functionality and reach. To contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/YourFeatureName
-
Commit your changes:
git commit -m "Add YourFeatureName" -
Push to your fork:
git push origin feature/YourFeatureName
-
Open a pull request detailing your changes.
This project is licensed under the MIT License.
- Developed for Becrez Hackathon'25
- Winner of the Best Implementation Award
- Inspired by the need to create inclusive employment platforms for women
