Skip to content

itzAmka/svelte-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Tutorial with Traversy Media

Table of Contents

Svelte

Svelte is a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.

The Tutorial

This is a tutorial where I'm following along with Traversy Media's Svelte tutorial. I've added some notes and comments to help me understand the code better.

Branches

  • main - the tutorial project
  • learning-branch - my own branch where I'm adding notes and comments to help me understand the code better.

Links