Curated list of cool mainly open-source projects created with Svelte/SvelteKit. ⚡️
After exploring many excellent projects posted on r/svelte and the Discord Svelte community, I thought it would be a great idea to compile all the projects created by others. This is not a list of awesome components or other resources; it is solely for live production projects, tutorials, and examples that offer solutions to different problems. The main purpose of this repository is to demonstrate what we can achieve with Svelte & SvelteKit, with a focus on open-source projects to assist others in creating their own applications.
New ideas and improvements are welcome.
Responsive navigation bar component
>800px
Navbar stays the same width, margin gets increased as resolution goes up 800px-530px
: Elements start moving closer as screen gets smaller <530px
: A button appear instead of the links. Upon clicking the button, a div appears, displaying all the links. No styling applied, everyone can fit it to their own website.How to build an editable website in 15 minutes in 2024