This is my personal portfolio website, designed to showcase selected projects, highlight my skills, and serve as a central hub for my work. Built with SvelteKit and modern web tooling, it emphasizes clean design, responsiveness, and performance.
- Fully responsive layout
- Interactive project carousel
- Built using SvelteKit and Vite
- Projects include detailed descriptions and images
- Fast, lightweight, and optimized for modern browsers
Each entry in the project carousel includes a title, description, and image. Here are some of the featured projects:
More projects will be added as they are completed.
- Frontend: SvelteKit, TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS (if applicable)
- Version Control: Git, GitHub
To run the project locally:
# Clone the repository
git clone git@github.com:Limorinho/Portfolio.git
# Navigate into the directory
cd Portfolio
# Install dependencies
npm install
# Run the development server
npm run dev