This repository contains the complete source code for my personal portfolio website, which is live at kotlang-dev.github.io.
This project was built from scratch to showcase my skills not only in Android development but also in modern front-end web development. It serves as a central hub for my projects, skills, and contact information.
- Responsive Design: Fully responsive layout that works on desktop, tablet, and mobile devices.
- Project Showcase: Dedicated pages for each of my major projects with detailed descriptions.
- Dark/Light Mode: A theme toggle with automatic detection of user's system preference.
- Interactive UI: Smooth transitions and hover effects built with CSS and JavaScript.
- Clean Code: Organized and maintainable code with separated HTML, CSS, and JavaScript files.
This website was built using foundational web technologies:
- HTML5: For the structure and content.
- CSS3: For custom styling and animations.
- Tailwind CSS: For the utility-first responsive layout.
- JavaScript (ES6+): For interactivity, dark mode logic, and dynamic content.
- Font Awesome: For icons.
- GitHub Pages: For hosting.
To run this project locally:
- Clone the repository:
git clone [https://github.com/kotlang-dev/kotlang-dev.github.io.git](https://github.com/kotlang-dev/kotlang-dev.github.io.git)
- Navigate to the project directory:
cd kotlang-dev.github.io
- Open the
index.html
file in your browser. For the best experience, use a local server extension like "Live Server" in VS Code.
This portfolio is an active project, and I'm always working on adding new features and projects!