Skip to content

Latest commit

Β 

History

History
61 lines (50 loc) Β· 2.66 KB

File metadata and controls

61 lines (50 loc) Β· 2.66 KB

TechFluence - Official Event Website

Welcome to the TechFluence official event website repository! This platform is designed to provide all event details, facilitate user registrations, and showcase insights about our esteemed guests, audience, and teams.

πŸš€ About TechFluence

TechFluence is a premier event at LPU - Lovely Professional University, bringing together tech founders, influencers, and industry leaders to inspire students with insights on innovation and entrepreneurship. This website serves as the central hub for attendees to register, explore event details, and engage with the TechFluence community.

🌟 Features

  • Event Registration: Users can register seamlessly through the website.
  • Guest Details: Comprehensive profiles of our esteemed speakers and industry experts.
  • Gallery Section: Showcasing images of guests, audience, and organizing teams.
  • Live Updates: Stay informed with the latest event news and announcements.

❓ Frequently Asked Questions (FAQ)

What is TechFluence 4?

TechFluence 4 is LPU’s premier tech event featuring expert talks, workshops, and networking opportunities.

Where can I get event updates?

Follow us on social media and check this website

πŸ“ How to Register for the Event

  1. Visit the TechFluence Website.
  2. Click on the "Register Now" or "Join as Participant" button.
  3. Fill in the required details in the registration form.
  4. Submit the form to secure your spot at the event.

πŸ› οΈ Tech Stack

  • Frontend: Typescript, Tailwind CSS (Framework: Next.js)
  • Hosting: Vercel

πŸ“‚ Project Structure

techflu/
β”œβ”€β”€ .next/               # Next.js build files
β”œβ”€β”€ node_modules/        # Project dependencies
β”œβ”€β”€ public/              # Static assets (images, icons, etc.)
β”œβ”€β”€ src/                 # Source code
β”‚   β”œβ”€β”€ app/             # Main application logic
β”‚   β”œβ”€β”€ components/      # Reusable UI components
β”‚   β”œβ”€β”€ lib/             # Utility functions and libraries
β”œβ”€β”€ .gitignore           # Git ignored files
β”œβ”€β”€ bun.lock             # Bun package lock file
β”œβ”€β”€ eslint.config.mjs    # ESLint configuration
β”œβ”€β”€ package.json         # Project dependencies and scripts
β”œβ”€β”€ postcss.mjs          # PostCSS configuration
β”œβ”€β”€ README.md            # Project documentation
β”œβ”€β”€ tailwind.config.js   # Tailwind CSS configuration
β”œβ”€β”€ tsconfig.json        # TypeScript configuration

πŸ“Œ How to Set Up Locally

git clone https://github.com/your-username/techfluence.git
cd techfluence
bun install  # install
bun run dev  # start

Β© 2025 TechFluence. All rights reserved.