Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.19 KB

File metadata and controls

44 lines (30 loc) · 1.19 KB

Tronix NITK Website


📌 About

This is the official website of Tronix, the Electrical and Electronics Committe of NITK Surathkal.
It showcases our events, projects, workshops, and provides information about the team.
The website serves as a central hub for students and enthusiasts interested in electronics, innovation, and technology at NITK.


✨ Features

  • Responsive landing page with modern UI
  • Information about the club’s vision and activities
  • Dedicated sections for Events, Projects, and Team Members
  • Image gallery highlighting past events and workshops
  • Mobile-friendly design for easy access across devices

🛠️ Tech Stack


⚙️ Installation (Local Setup)

If you want to run the website locally:

# Clone the repository
git clone https://github.com/TronixNITK/Tronix_Web.git

# Enter project folder
cd Tronix_Web

# Install dependencies
npm install

# Start development server
npm run dev