The official website for IEEE International Test Conference (ITC) India 2026, scheduled for July 19-21, 2026. This modern, responsive web application serves as the central hub for conference information, registration, submissions, and attendee resources.
# Clone the repository
git clone https://github.com/adityakatoch2003/ITC-Web.git
cd ITC-Web/ITCWeb
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe development server will be available at http://localhost:5173
ITCWeb/
├── src/
│ ├── Pages/
│ │ ├── Home.jsx # Homepage with conference overview
│ │ ├── Committee.jsx # Committee members and roles
│ │ ├── ConferenceCFP.jsx # Call for Papers
│ │ ├── CFT.jsx # Call for Tutorials
│ │ ├── CFF.jsx # Call for Fellowship
│ │ ├── ART.jsx # Academia Research Track
│ │ ├── TRC.jsx # Test Reality Check
│ │ ├── HackathonMain.jsx # Hackathon information
│ │ ├── Agenda.jsx # Conference agenda
│ │ ├── Registration.jsx # Registration portal
│ │ ├── AuthorKit.jsx # Author resources
│ │ ├── Sponsors.jsx # Sponsor information
│ │ ├── CallForSponsors.jsx # Sponsorship opportunities
│ │ └── ContactUs.jsx # Contact information
│ ├── components/
│ │ ├── ui/ # Reusable UI components
│ │ │ ├── accordion.tsx
│ │ │ ├── button.tsx
│ │ │ ├── card.tsx
│ │ │ ├── carousel.tsx
│ │ │ ├── dialog.tsx
│ │ │ └── sheet.tsx
│ │ └── magicui/ # Special effect components
│ │ ├── aurora-text.tsx
│ │ └── magic-card.tsx
│ ├── Pages/Components/
│ │ ├── Header.jsx # Main navigation
│ │ ├── Footer.jsx # Footer component
│ │ ├── CommCard.jsx # Committee member cards
│ │ ├── Timeline.tsx # Event timeline
│ │ └── StarBorder/ # Animated border effects
│ ├── assets/ # Images and static assets
│ ├── App.jsx # Main application component
│ ├── main.jsx # Application entry point
│ └── index.css # Global styles
├── public/ # Static assets
│ ├── images/ # Conference images
│ ├── logos/ # Sponsor and partner logos
│ └── documents/ # PDFs and resources
├── package.json
├── vite.config.js
├── tailwind.config.js
├── components.json # Shadcn/ui configuration
└── README.md
- Primary Blue:
#1e40af(blue-800) - Secondary Blue:
#3b82f6(blue-500) - Accent Blue:
#60a5fa(blue-400) - Background:
#0f172a(slate-900) - Text:
#ffffff(white)
- Primary Font: Poppins
- Fallback: Arial, sans-serif
- Shadcn/ui: Modern, accessible components
- Tailwind CSS: Utility-first styling
- Framer Motion: Animation library
- Lucide React: Icon library
- Conference Name: IEEE International Test Conference (ITC) India 2026
- Dates: July 19-21, 2025
- Location: India
- Theme: Test Week India 2026
- Conference Papers: Technical paper presentations
- Tutorials: Educational sessions by industry experts
- Academia Research Track: Academic research presentations
- Test Reality Check: Industry case studies
- Hackathon: Technical competition
- Fellowship Program: Student support initiative
- Paper Submission Deadline: [To be announced]
- Tutorial Proposal Deadline: [To be announced]
- Fellowship Application Deadline: [To be announced]
- Early Bird Registration: [To be announced]
- Conference Dates: July 20-22, 2025
npm run dev # Start development server
npm run build # Build for production
npm run preview # Preview production build
npm run lint # Run ESLint- React: 18.3.1 - UI framework
- React Router DOM: 7.1.5 - Client-side routing
- Framer Motion: 12.4.3 - Animation library
- Tailwind CSS: 3.4.17 - Utility-first CSS
- Vite: 6.0.5 - Build tool and dev server
- Follow React best practices and hooks patterns
- Use Tailwind CSS for styling
- Implement responsive design (mobile-first)
- Optimize images and assets
- Maintain accessibility standards
- Test across different devices and browsers
npm run build© 2026 IEEE International Test Conference India. All rights reserved.