Skip to content

Repository files navigation

techFEST'25 - Coming Soon Website

Event Badge Level Badge Institute Badge

📖 About

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.


🌟 Features

  • 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

🛠️ Tech Stack

  • 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

🚀 Quick Start

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn package manager

Installation

  1. Clone the repository
git clone https://github.com/the-bipu/techfest.git
  1. Navigate to the project directory
cd techfest
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

Build for Production

npm run build
npm start
# or
yarn build
yarn start

📁 Project Structure

techfest25-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

🔗 Official Links

Main Website

🌐 techFEST Official Website

Important Pages

Social Media


📸 Screenshots

Desktop View

Desktop Homepage Coming soon page - Desktop view

Mobile View

Mobile Homepage Coming soon page - Mobile responsive view


🎨 Design Elements

  • 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]
  • Typography:

    • Headings: [Rushblade]
    • Body: [Candara]
  • Animations:

    • Fade-in effects
    • Smooth scroll
    • Hover transitions
    • CSS animations with Tailwind

📋 Event Categories

techFEST'25 typically features competitions in:

  • 💻 Coding & Development
  • 🤖 Robotics & Electronics
  • 💡 Innovation & Ideathon
  • 🎨 Design & Creativity
  • 🎤 Guest Lectures & Workshops
  • 🏆 Technical Competitions

🤝 Contributing

Contributions are welcome! If you'd like to improve this coming soon page:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📞 Contact

techFEST'25 Team


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


🙏 Acknowledgments

  • 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!

About

Official pre-launch website for techFEST'25 (SLIET's National Technical Festival).

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages