Skip to content

KelRot/kelrot-site-2025

Repository files navigation

🚀 KelRot Site 2025

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.


✨ Key Features

  • 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.

🛠️ Technologies Used

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.

👨‍💻 Setup and Local Development

Follow the steps below to run and develop this project locally.

1. Clone the Repository

git clone https://github.com/KelRot/kelrot-site-2025.git
cd kelrot-site-2025

2. Install Dependencies

Install all necessary packages required for the project to run:

# Using npm
npm install

# or using yarn
yarn install

3. Start the Development Server

Run the following command to start the local server and preview the project in your browser:

npm run dev
# or
yarn dev

The project will be available at http://localhost:3000.


🤝 Contribution Guidelines

We welcome contributions from everyone!
To add a new feature, fix a bug, or improve documentation:

  1. Fork the repository.
  2. Create a new branch with a descriptive name:
    git checkout -b feature/refactor-ui-logic
  3. Commit your changes:
    git commit -m "feat: added a new section"
  4. Push your branch:
    git push origin feature/refactor-ui-logic
  5. Open a Pull Request to the main branch of this repository.

Made with ❤️ by the KelRot Team

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors