Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komefumi/sveltekit-todo-app
A boilerplate making use of sveltekit, tailwind and typescript. Made following a certain tutorial (check README)
https://github.com/komefumi/sveltekit-todo-app
Last synced: about 2 months ago
JSON representation
A boilerplate making use of sveltekit, tailwind and typescript. Made following a certain tutorial (check README)
- Host: GitHub
- URL: https://github.com/komefumi/sveltekit-todo-app
- Owner: Komefumi
- License: mit
- Created: 2024-01-08T11:02:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-09T11:23:24.000Z (about 1 year ago)
- Last Synced: 2024-01-10T05:54:45.171Z (about 1 year ago)
- Language: Svelte
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sveltekit Intro
## Note: Live Project
Available at [https://komefumi.github.io/sveltekit-todo-app/](https://komefumi.github.io/sveltekit-todo-app/)
I've made use of Github actions. I did not properly understand the mechanism of it at the time of this deployment, but it helped me become a bit more accustomed to it. Previously I used it to deploy my blog built with Astro, which you can find at [this repository](https://github.com/Komefumi/komefumi.github.io)
## Quick Description
Here is a simple introductory Sveltekit app, making use of TypeScript and TailwindCSS. This was made following [this tutorial](https://www.youtube.com/watch?v=YipaPr4Aex8), and [this tutorial](https://www.youtube.com/watch?v=YqIyET7XKIQ&t=852s) - both - by [James Q Quick](https://www.youtube.com/@JamesQQuick) and includes my own changes where deemed.
You're free to use this code as seen fit.