A hackathon landing page built with React, TypeScript, and Tailwind CSS.
UI components
NavBar.tsx: Navigation barNavButton.tsx: Navigation buttonNavButtonSet.tsx: A set of navigation buttons, including for responsive layouts
ScrollBar.tsx: Custom scrollbarScrollBarTrack.tsx: Visual scrollbar track behindScrollBar
Accordian.tsx: Expandable/collapsible item used in FAQMLHBadge.tsx: MLH Trust BadgeTrackCard.tsx: Card displaying a track (used inTracks.tsx)WaveText.tsx: Animated bouncing text component for loading sections
Landing1.tsx,Landing2.tsx: Hero sectionsAbout.tsx: Describes event and our missionTracks.tsx: Displays hackathon tracks usingTrackCardSchedule.tsx: Shows event schedule imageFAQ.tsx: Frequently asked questions usingAccordianSponsors.tsx: Sponsor showcase sectionHome.tsx: Main container section that includes the two hero sectionsFooter.tsx: FooterSectionProps.tsx: Shared TypeScript props for consistency
config.ts: Static data used by the app (e.g., track definitions, FAQ entries)
smoothScrollTo.tsx: Utility for animating smooth scrolling behavior on anchor clicks
- React + TypeScript
- Tailwind CSS
- Vite
- Responsive Design
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build