Skip to content

hackaut/hackaut_next_

Repository files navigation

👋 Welcome to HACKAUT

Logo of HACKAUT

"At HACKAUT, we create, collaborate, and innovate new ideas — all while learning from and guiding each other. We believe in balancing tech passion with academic growth to foster all-round development in a supportive, student-driven environment. 📚"


⚙️ About HACKAUT

HACKAUT is the official technical club of MAKAUT, dedicated to empowering students through hands-on learning, open-source contributions, and collaborative projects. We aim to build a strong, welcoming community of learners, developers, designers, and creators.

Whether you're a beginner or a pro, there's always something to learn — and someone to guide.


🎯 Current Status:

Currently, we are on a mission to revamp the website of Hackaut.

If you are interested in or curious, can reach out to any one of the maintainers. We will be glad to hear from you.

Also, you can see the prototype of the design we are trying to implement @ Figma

🚀 How to Contribute

  1. Open an Issue

    • Go to the Issues section and describe the feature or bug you want to work on.
  2. Get Assigned

    • Wait for a maintainer to assign you the issue.
  3. Create a Branch

    • Name it meaningfully, e.g., fix/navbar-bug or feature/add-footer.
    • Use:
      git checkout -b <branch_name>
  4. Work on the Branch

    • Make changes related only to that issue.
    • Pull latest changes before starting:
      git fetch origin
      git checkout main
      git pull origin main
      git checkout <branch_name>
  5. Commit & Push

    git add .
    git commit -m "feat: brief description"
    git push origin <branch_name>
    

👥 Maintainers

Meet the people actively maintaining this project:

Name GitHub Username Role Contact
Parthib Mukherjee @hawkaii Maintainer LinkedIn
Arnab Pal @arnabpal2022 Maintainer LinkedIn
Debashis Bera @Debashis Bera Maintainer LinkedIn
Ritochit Ghosh @RitochitGhosh Maintainer LinkedIn

Feel free to reach out to any of us if you have questions, suggestions, or want to contribute.


About

A new website for HACKAUT, tech club of MAKAUT built on top of nextjs

Resources

Stars

Watchers

Forks