A modern, responsive website for the Information Technology Club at Universiti Tun Hussein Onn Malaysia (UTHM).
- Modern Design: Clean, professional layout matching university standards
- Responsive: Optimized for desktop, tablet, and mobile devices
- Next.js 14: Built with the latest Next.js App Router
- TypeScript: Full type safety and better developer experience
- Tailwind CSS: Utility-first CSS framework for rapid styling
- Component-Based: Modular, reusable React components
- Header: Navigation menu with logo and social media links
- Hero Section: Welcome banner with curved background design
- About Us: Club description with decorative elements
- Faculty Organization Chart: Leadership hierarchy display
- ITC Organization Chart: Student organization structure
- Events & Activities: Interactive event cards with registration
- News & Announcements: Latest updates and news articles
- Footer: University logos and contact information
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser
├── app/
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Homepage
├── components/
│ ├── ui/
│ │ ├── Button.tsx # Reusable button component
│ │ ├── EventCard.tsx # Event card component
│ │ └── NewsCard.tsx # News card component
│ ├── Header.tsx # Navigation header
│ ├── HeroSection.tsx # Hero banner
│ ├── AboutSection.tsx # About us section
│ ├── FacultyOrgChart.tsx # Faculty organization
│ ├── ITCOrgChart.tsx # ITC organization
│ ├── EventsSection.tsx # Events display
│ ├── NewsSection.tsx # News display
│ └── Footer.tsx # Footer section
└── public/ # Static assets
The project uses:
- Tailwind CSS for utility-first styling
- Custom CSS variables for design system colors
- Karla & Inter fonts for typography
- Responsive design with mobile-first approach
# Build for production
npm run build
# Start production server
npm start© Faculty of Computer Science and Information Technology (FSKTM), Universiti Tun Hussein Onn Malaysia (UTHM) ® 2025. All Rights Reserved.