portfolio Svelte Themes

Portfolio

Personal portfolio built using Svelte Kit and Tailwind CSS, showcasing my skills and projects.

Portfolio Website

Live Preview:

https://tomas-portfolio.com

Table of contents

Introduction

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.

Quick start

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (v14 or higher)
  • npm or yarn

To install and run this portfolio locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/tomasx420/portfolio.git
    
  2. Install dependencies:
npm install
  1. Run the development server:
    npm run dev
    

After setting up, you can view the portfolio in the browser:

Open http://localhost in your web browser.

Usage

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.

Customizing

You can easily customize the sectionsby editing the Svelte components in the /src folder.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Top categories

Loading Svelte Themes