This repository holds the official website project prepared by the KelRot team for 2025.
Our goal is to showcase our team, vision, and completed projects in the best possible way through a modern, fast, and user-friendly interface.
- Fully Responsive Design: Optimized for desktop, tablet, and mobile devices.
- Department Showcase: Dynamic sections introducing team departments (Mechanical, Software, Finance, etc.) with large, eye-catching cards.
- High Performance: Fast page loading speeds and optimized rendering powered by Next.js.
- Modern Tech Stack: Built using React and Tailwind CSS, two of the most popular technologies in the industry.
| Technology | Description |
|---|---|
| Next.js | A React-based framework that boosts performance with Server-Side Rendering (SSR). |
| React | The core library for building user interfaces. |
| Tailwind CSS | A utility-first CSS framework for rapid and modern styling. |
| JavaScript (ES6+) | The main programming language for the project. |
Follow the steps below to run and develop this project locally.
git clone https://github.com/KelRot/kelrot-site-2025.git
cd kelrot-site-2025Install all necessary packages required for the project to run:
# Using npm
npm install
# or using yarn
yarn installRun the following command to start the local server and preview the project in your browser:
npm run dev
# or
yarn devThe project will be available at http://localhost:3000.
We welcome contributions from everyone!
To add a new feature, fix a bug, or improve documentation:
- Fork the repository.
- Create a new branch with a descriptive name:
git checkout -b feature/refactor-ui-logic
- Commit your changes:
git commit -m "feat: added a new section" - Push your branch:
git push origin feature/refactor-ui-logic
- Open a Pull Request to the main branch of this repository.
Made with ❤️ by the KelRot Team