This project contains the source code for my personal portfolio website, built using SvelteKit. The site showcases my journey as an Information and Communication Technologies student, and highlights the skills and projects I’ve developed. The goal of the website is to present my abilities in a professional and engaging way to potential employers and internship opportunities.
Make sure you have the following installed on your machine:
To install and run this portfolio locally, follow these steps:
git clone https://github.com/tomasx420/portfolio.git
npm install
npm run dev
After setting up, you can view the portfolio in the browser:
Open http://localhost in your web browser.
The site is designed to showcase my personal skills and projects. The main sections include:
About: An overview of who I am and what I do.
Skills: A breakdown of the technologies I’ve worked with, including details about my experience level with each one
Projects: Detailed descriptions about my personal and university projects.
Contact: A way to reach out to me for opportunities.
You can easily customize the sectionsby editing the Svelte components in the /src folder.
This project is licensed under the MIT License. See the LICENSE file for more details.