Welcome to the HackTrix Website project repository! This repository contains the source code for the official website of HackTrix, organized by IEEE SRM Student Branch.
HackTrix is an annual hackathon organized by IEEE SRM Student Branch. It serves as a platform for students to showcase their technical skills, collaborate on innovative projects, and network with industry professionals.
- Landing Section: Introduces HackTrix, its purpose, goals, and theme.
- Event Timeline Section: Provides a detailed schedule of activities for each day of the hackathon.
- Speaker Section: Highlights the experienced speakers who will guide participants throughout the event.
- Next.js: Used for building the frontend of the website.
- Tailwind CSS: Utilized for styling and layout.
- Feather Icons React: Provides icons for various components.
- TypeScript: Ensures type safety and improved development experience.
- PostCSS & Autoprefixer: Used for styling and cross-browser compatibility.
- Clone the repository:
git clone https://github.com/AkashSasikumar47/ieee-hacktrix-website.git
- Navigate to the project directory:
cd ieee-hacktrix-website
- Install dependencies:
npm install
- Start the development server:
npm run dev
We welcome contributions from the community! If you'd like to contribute to the HackTrix Website project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature
- Make your changes and commit them:
git commit -am 'Add my feature'
- Push to the branch:
git push origin feature/my-feature
- Submit a pull request.
This project is licensed under the MIT License.
If you have any questions or suggestions regarding the HackTrix Website project, feel free to contact us at [email protected].