
Simple portfolio website made in svelteKit
SvelteKit-Portfolio is a personal portfolio website built using SvelteKit, a framework for building web applications with Svelte. The website showcases a modern and minimal UI design with sections for Home, Projects, About, and Blog. The blog section is powered by the DEV.TO API, although it is still a work in progress. The website is fully responsive and optimized for performances and SEO. It can be easily deployed on Netlify.
SvelteKit-Portfolio is a personal portfolio website built using SvelteKit, featuring a modern UI design, dedicated sections for Home, Projects, About, and Blog, and optimized performances and SEO. The website can be easily customized by adding new routes, and it can be quickly deployed on Netlify for smooth website hosting. Although the blog section is still a work in progress, the website provides a visually appealing showcase of the owner's personal portfolio.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.
A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Netlify is a cloud-based web development platform that provides a range of tools and services to help developers build, deploy, and manage modern web applications. It offers features such as continuous deployment, serverless functions, and CDN hosting, making it an ideal platform for building fast, scalable, and secure websites.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.