HackHive is a comprehensive collection of hackathons categorized by tech domains, languages, expertise, and much more. With a user-friendly interface, users can easily find hackathons tailored to their interests, whether they're seasoned developers looking for the next challenge or beginners eager to dive into the world of coding.
What sets HackHive apart is its commitment to keeping users informed. The website scrapes hackathon details from various sources across the web, ensuring that users have access to the most comprehensive and up-to-date information available.
Figma Link for the design file : https://www.figma.com/design/9HzyqaEl4SXVY4iZIA0SFp/HackHive
Deployed Link : https://hackhive-gssoc.netlify.app/
-
Frontend: HTML5, CSS, JavaScript, Tailwind
-
Backend: Node.js, Express.js, Selenium
-
IDE: VS Code
-
Version Control: Git and GitHub
-
Database: MongoDb
-
Hosting: Render, Vercel
Demo 🎥
Frontend
- Fork and clone the Repo by typing the following commands in the terminal
$ git clone https://github.com/<your-github-username>/HackHive.git
$ cd HackHive
- Make Changes to code
- Push to your fork of the repository , navigate to original repository and make a pull request.
Backend
Note: You must have Nodejs installed
- Fork and clone the Repo by typing the following commands in the terminal
$ git clone https://github.com/DSC-JSS-NOIDA/HackHive.git
$ cd HackHive
- Make changes to the code(for ex- add an update route)
- Stage your changes using:
$ git add .
- Commit your changes using:
$ git commit -m "add any comment"
- Push the changes to the forked repository using:
$ git push
- Navigate to the original repository and make a pull request
Showing Your Remotes
$ git remote
$ git remote -v
Adding Remote Repositories
git remote add upstream https://github.com/DSC-JSS-NOIDA/HackHive.git
Pulling from Your Remote
$ git pull upstream main
- Go inside
frontend
directory and install the required dependancies with following command :
npm install
- After that run the following command before starting to contribute to project :
npm run prepare
- Now start the project locally with command :
npm run dev
The Prospective design of this project is here HackHive
-
Git and Github: Git and Github for Beginners
-
Frontend: Frontend development for Beginners
-
Backend: Node.js for Beginners
Made By GDSC JSS NOIDA with ❤️
Need help? > Feel free to contact us @ [email protected]
Licensed under the MIT license.