Skip to content

A platform connecting undergraduate women with remote job opportunities. — Built for Becrez Hackathon'25

Notifications You must be signed in to change notification settings

fudailzafar/hersaheli

Repository files navigation

HerSaheli

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


🚀 Features

  • 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.

🛠️ Tech Stack

  • 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.

📂 Project Structure

└── 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

🧑‍💻 Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/fudailzafar/hersaheli.git
    cd hersaheli
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
  4. Access the application:

    Open http://localhost:3000 in your browser to view the running application.


👥 Team

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

📈 Contributing

We welcome contributions to enhance Hersaheli's functionality and reach. To contribute:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/YourFeatureName
  3. Commit your changes:

    git commit -m "Add YourFeatureName"
  4. Push to your fork:

    git push origin feature/YourFeatureName
  5. Open a pull request detailing your changes.


📄 License

This project is licensed under the MIT License.


🙌 Acknowledgments

  • Developed for Becrez Hackathon'25
  • Winner of the Best Implementation Award
  • Inspired by the need to create inclusive employment platforms for women

About

A platform connecting undergraduate women with remote job opportunities. — Built for Becrez Hackathon'25

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •