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.
- 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
- Frontend: React, Tailwind CSS
- Deployment: Hosted at tronixnitk.in
- Version Control: Git + GitHub
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