Skip to content

This is a copy of my Portfolio Website Repository and is responsible for hosting the website on GitHub Pages. A modern portfolio website showcasing my projects, skills, and professional journey. Built with React and TypeScript, featuring GSAP animations. Currently hosted on GitHub Pages.

Notifications You must be signed in to change notification settings

SM1LE21/Sm1le21.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

Welcome to my portfolio website repository! This project showcases my work, skills, and professional journey in a visually engaging and user-friendly manner. Built with React and TypeScript, featuring GSAP animations, and hosted on GitHub Pages, this site serves as a dynamic and interactive representation of my professional life.

Check out the Website.

Project Overview

The website is designed to provide an overview of my experience, projects, and accomplishments. It features several sections, including About Me, Projects. All displayed information is managed through a central data.json file, making it easy to update and maintain.

Key Features

  • About Me: Detailed information about my education, skills, and interests.
  • Projects: A comprehensive list of my projects with descriptions, technologies used, and links to live demos and source code.

Technologies Used

  • Frontend: React, TypeScript, GSAP for animations, CSS for styling
  • Backend: For now the data is managed entirely through data.json for dynamic content updates
  • Deployment: GitHub Pages

Design and Data Management

The entire website's content is driven by a single data.json file. This design choice allows for easy modifications and the potential for the website to be reused by others with minimal changes. Here is an excerpt of the data.json file structure:

{
    "name": "Tun Keltesch",
    "title": "Software Engineer",
    "description": "I build robust, user-friendly, and visually appealing web solutions, with a passion for continuous technical innovation.",
    "about": [
       ...
    ],
    ...
}

Current Status and Future Plans

The project is still in development. Some features, such as mobile navigation, are not yet perfect, and not all of my projects are displayed. I have chosen not to include projects done for clients or employers to avoid detailing work that is not my intellectual property.

Future updates will include:

  • A detailed description of the website's development process
  • An AI chatbot to assist with navigation and answering questions about me

Contact

For any feedback, ideas, questions, or inquiries, feel free to reach out to me via Email or connect with me on LinkedIn.

Thank you for visiting my portfolio website repository! Your feedback and support are greatly appreciated.


Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open https://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

This is a copy of my Portfolio Website Repository and is responsible for hosting the website on GitHub Pages. A modern portfolio website showcasing my projects, skills, and professional journey. Built with React and TypeScript, featuring GSAP animations. Currently hosted on GitHub Pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published