Skip to content

Transition from Svelte to Sveltekit #2

Description

@KnightChaser

Since KCX was designed as a multi-page web application, using Sveltekit rather than Svelte is highly encouraged. However, when I was making this website while learning Svelte and other modern web frameworks for the first time, I just used Svelte and developed like no one could stop me while not knowing which consequences would emerge for me.

It's time to pay off.

  • Separate frontend and backend stuff in a separate folder (completed)
  • Move the frontend framework Svelte to Sveltekit
  • Remove svelte-spa-router stuff, readjust the route (To use Sveltekit routing)
  • Inspect and modify all utility Svelte/JavaScript files while removing legacy and inefficient components
  • Move the styling components from Flowbite to Svelte-Flowbite

Additional thing

  • Email verification when signing in
  • Captcha(automatic or invisible)
  • User management page(change password, email, profile pictures, etc...)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions