More Premium Hugo Themes Premium Tailwind Themes

Portfolio

My portfolio built using Svelte, SvelteKit & TailwindCSS

Portfolio

My portfolio built using Svelte, SvelteKit & TailwindCSS

Author Avatar Theme by devessier
Github Stars Github Stars: 16
Last Commit Last Commit: Oct 26, 2024 -
First Commit Created: Dec 18, 2023 -
Portfolio screenshot

Overview:

This is an analysis of a portfolio website built using Svelte, SvelteKit, and TailwindCSS. The website functions as both a portfolio and a personal blog. It is also a Progressive Web Application (PWA) that can be used offline.

Features:

  • Built with Svelte, SvelteKit, and TailwindCSS: The website is built using these technologies, which provide a modern and efficient development experience.
  • PWA: The website functions as a Progressive Web Application, allowing users to access it offline and providing a seamless app-like experience.
  • Portfolio and Blog: The website serves as both a portfolio showcasing the developer’s work and a personal blog where articles and notes can be published.
  • Automation Tool: The developer has created a tool to automate certain tasks. The tool can be run using specific commands, such as creating an article or refreshing the publication date.

Installation:

To install and use this portfolio website, follow these steps:

  1. Clone the repository to your local machine:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd portfolio
    
  3. Install the dependencies:

    npm install
    
  4. Build the website:

    npm run build
    
  5. Start the development server:

    npm run dev
    
  6. Access the website in your browser at http://localhost:5000.

Summary:

The portfolio website is built using Svelte, SvelteKit, and TailwindCSS. It serves both as a portfolio and a personal blog, with features such as offline functionality and automation tools. The installation process involves cloning the repository, installing dependencies, and starting the development server.