svelte-appstravaganza

Svelte Appstravaganza

Several small apps built with svelte.

Svelte Appstravaganza

  • What is Svelte?
  • Player Score Counter
    • Generate Simple App
    • Add pico.css
    • Up Button For Player 1
    • Down Button For Player 1
    • Up Button For Player 2
    • Down Button For Player 2
  • Todo App
    • Generate Simple App
    • Add pico.css
    • Form to add todo
    • Add todo to list when form submitted
    • Show todos in a list on page
    • Click a todo to mark it as done
    • Delete button for todo
    • Watch todos for changes and save to localStorage
    • Load todos from localStorage on page load
  • Reddit Client
    • Generate App with Router
    • Add pico.css
    • fetch posts from reddit
    • Add posts to page
      • Make it look kind of like reddit!
    • Add favorite button to post
    • Add favorites page to show favorites
    • Save favorites to localStorage
    • Load favorites on page load
  • Movie Search
    • Generate App with Router
    • Add pico.css
    • Add form to search for movies by title
    • fetch movies when form submitted
    • Add movies to page
    • Click movie to go to movie page
    • Create movie route
    • fetch single movie on movie page

Top categories

Loading Svelte Themes