Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdmedlock/svelte-complete-guide
Solutions to Svelte.js - The Complete Guide course
https://github.com/jdmedlock/svelte-complete-guide
Last synced: 30 days ago
JSON representation
Solutions to Svelte.js - The Complete Guide course
- Host: GitHub
- URL: https://github.com/jdmedlock/svelte-complete-guide
- Owner: jdmedlock
- License: gpl-3.0
- Created: 2020-12-25T15:54:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T01:03:14.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T14:17:19.429Z (2 months ago)
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-complete-guide
Solutions to Svelte.js - The Complete Guide course## Overview
These are my solutions to the [Svelet.js - The Complete Guide (incl. Sapper.js)](https://www.udemy.com/course/sveltejs-the-complete-guide/)
course by Maximilian Schwarzmüller.## Organization
Since assignments are at the end of each section I've chosen to create a
unique branch for each section. This will allow them to be referenced and
revisited later with no additional information included from later sections.### Branches
| Course Section | Branch |
|:---------------|:-------|
| Section 2: Base Syntax & Core Features | feature/section-2 |
| Section 3: Working with Conditionals & Loops | feature/section-3 |