Creating a new portfolio with Svelte

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • svelte-typewriter

    Discontinued A simple and reusable typewriter effect for your Svelte applications

  • And for that cool typewriting effect, I used the Typewriter package.

  • awesome-svelte

    ⚡ A curated list of awesome Svelte resources

  • So, after that homepage was setup, it was time to create the routing! I started by searching into this repo for anything that could be useful and there I found tinro, which is like the easiest routing mechanism I could find for Svelte.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • tinro

    Highly declarative, tiny, dependency free router for Svelte's web applications.

  • So, after that homepage was setup, it was time to create the routing! I started by searching into this repo for anything that could be useful and there I found tinro, which is like the easiest routing mechanism I could find for Svelte.

  • carbon-components-svelte

    Svelte implementation of the Carbon Design System

  • And other pre-built component that I used and I think it's worth mentioning is the Accordion that exists in Carbon Components for Svelte. It's really pretty and works great too!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts