Welcome to the official repository for the FutureHacks Four 2022 hackathon website. This repository contains all the frontend code for the online event organized by AiGoLearning.
FutureHacks Four is an annual, international online hackathon that is free to attend. It's an event where creativity, technology, and innovation come together as participants from around the globe engage in collaborative coding. As the event's Director and Technical Lead, I have had the pleasure of steering the ship towards success.
- Director: Managing a dedicated team of 7 students, overseeing sponsorships, arranging informative workshops, chairing meetings, and enforcing project deadlines.
- Marketing Head: Orchestrating the marketing campaign, inviting esteemed college faculties as judges, and delegating D-Day responsibilities.
- Technical Lead: Developing the frontend of the FutureHacks Four website (now updated for FutureHacks Five), overseeing the design of social media posts, and ensuring all the technical infrastructure is in place for hosting the hackathon online.
- Detailed information about hackathon events, schedules, and rules.
- Registration portal for participants.
- Real-time updates and announcements.
- Information about judges, mentors, and speakers.
- Resource hub for participants, including workshop details and FAQs.
To clone and run this website locally, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Shiven110504/FutureHacks-4.git
# Go into the repository
$ cd futurehacks-website
# Install dependencies
$ npm install
# Run the app
$ npm start