This is the official Coming Soon landing page for techFEST'25, the National Level Annual Technical Fest organized by Sant Longowal Institute of Engineering & Technology (SLIET), Punjab.
The website serves as a teaser and information hub for the upcoming technical festival, engaging visitors with countdown timers, event highlights, and registration details.
- Responsive Design: Optimized for all devices (mobile, tablet, desktop)
- Event Information: Quick overview of techFEST'25
- Social Media Integration: Links to official social media channels
- Next.js: React framework for production
- React: Component-based UI library
- TypeScript: Type-safe JavaScript
- Tailwind CSS: Utility-first CSS framework
- PostCSS: CSS processing tool
- Node.js (v18 or higher)
- npm or yarn package manager
- Clone the repository
git clone https://github.com/the-bipu/techfest.git- Navigate to the project directory
cd techfest- Install dependencies
npm install
# or
yarn install- Run the development server
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser
npm run build
npm start
# or
yarn build
yarn starttechfest25-coming-soon/
├── .next/ # Next.js build output
├── app/ # App directory (Next.js 13+ App Router)
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Home page
│ └── [routes]/ # Additional routes
├── components/ # React components
│ ├── ui/ # UI components
│ └── [features]/ # Feature-specific components
├── lib/ # Utility functions and libraries
├── node_modules/ # Dependencies
├── public/ # Static assets
│ ├── images/ # Images
│ ├── fonts/ # Fonts
│ └── [assets]/ # Other static files
├── utils/ # Helper functions
├── .gitattributes # Git attributes
├── .gitignore # Git ignore rules
├── components.json # Component configuration
├── LICENSE # License file
├── next-env.d.ts # Next.js TypeScript declarations
├── next.config.ts # Next.js configuration
├── package-lock.json # Dependency lock file
├── package.json # Project dependencies
├── postcss.config.mjs # PostCSS configuration
├── README.md # Project documentation
└── tsconfig.json # TypeScript configuration
- 🏠 Home
- ℹ️ About techFEST
- 📅 Events Schedule
- 🎯 Workshops
- 💎 Sponsors
- 👥 Teams
- 🎁 Package
- 📱 Instagram: @techfestsliet_
- 📘 Facebook: techfestsliet
- 🐦 Twitter: @techfestsliet
- 💼 LinkedIn: techfest-sliet
Coming soon page - Desktop view
Coming soon page - Mobile responsive view
-
Framework: Next.js with App Router
-
Styling: Tailwind CSS utility classes
-
Components: Reusable React components
-
Type Safety: TypeScript for robust code
-
Color Scheme:
- Primary:
#[1a1a1a] - Secondary:
#[ffffff] - Accent:
#[00FF09]
- Primary:
-
Typography:
- Headings: [Rushblade]
- Body: [Candara]
-
Animations:
- Fade-in effects
- Smooth scroll
- Hover transitions
- CSS animations with Tailwind
techFEST'25 typically features competitions in:
- 💻 Coding & Development
- 🤖 Robotics & Electronics
- 💡 Innovation & Ideathon
- 🎨 Design & Creativity
- 🎤 Guest Lectures & Workshops
- 🏆 Technical Competitions
Contributions are welcome! If you'd like to improve this coming soon page:
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
techFEST'25 Team
- 📧 Email: techfest@sliet.ac.in
- 🌐 Website: https://techfestsliet.com/
- 📍 Address: Sant Longowal Institute of Engineering & Technology, Longowal, Punjab - 148106
This project is licensed under the MIT License - see the LICENSE file for details.
- SLIET Administration
- techFEST'25 Organizing Committee
- All contributors and supporters
Made with ❤️ by the techFEST'25 Web Team
© 2025 SLIET. All Rights Reserved.
⭐ Star this repository if you're excited for techFEST'25!