README.md
August 5, 2025 ยท View on GitHub
A fully-custom, responsive, and modern ReactTS portfolio!
Technologies used:
Like what you see? Give me a โญ to support my work!
๐ Table of Contents
- โ๏ธ Tech Stack
- โจ Features
- ๐ 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