README.md

August 5, 2025 ยท View on GitHub

Portfolio Demo

A fully-custom, responsive, and modern ReactTS portfolio!

Technologies used:

TypeScript React SASS Figma NodeJS

Like what you see? Give me a โญ to support my work!

๐Ÿ“‹ Table of Contents

  1. โš™๏ธ Tech Stack
  2. โœจ Features
  3. ๐Ÿš€ Deploy Locally

โš™๏ธ Tech Stack

๐Ÿ‘‰ React: To leverage its rich ecosystem and large community support, streamlined development workflow, modern web development practices, and high performance.

๐Ÿ‘‰ TypeScript: The added benefit of catching errors early, and lovely static-typing

๐Ÿ‘‰ SASS: Easier to organize and more added features compared to CSS

๐Ÿ‘‰ NodeJS: A unified development process.

๐Ÿ‘‰ Figma: Efficient design.

โœจ Features

1๏ธโƒฃ Hero: Captivating introduction featuring a spaceship with a moving spaceship effect.

2๏ธโƒฃ Work Experience: Prominent display of professional background for emphasis and credibility, including a resume inbed.

3๏ธโƒฃ Responsiveness: Seamless adaptability across all devices, ensuring optimal viewing experience for every user.

4๏ธโƒฃ Projects Showcase: Visually appealing presentation of projects with detailed descriptions and links to GitHub repositories.

5๏ธโƒฃ Tech Stack: Display of skills and technologies used, organized into categories for easy viewing.

6๏ธโƒฃ Contribution Map: Interactive GitHub contribution graph showing recent activity.

7๏ธโƒฃ Social Links: Integration of social media icons linking to profiles on platforms like LinkedIn, GitHub, Medium, and Dev.to.

8๏ธโƒฃ Custom Fonts: Implementation of custom fonts for a unique and polished look.

9๏ธโƒฃ Footer: Well-designed footer with developer credits, social links, and copyright information.

1๏ธโƒฃ0๏ธโƒฃ Code Architecture: Clean and maintainable code architecture with a focus on reusability and scalability.

๐Ÿš€ Deploy locally

Prerequisites:

# Clone the repository
git clone https://github.com/tjklint/tjklint.github.io.git

# Navigate to the project directory
cd tjklint.github.io

# Install dependencies
npm i

# Run the local server
npm run start