Svelte Notes App
Notes application to practice Svelte
Features
- Add an untitled new note
- Edit the title and body of the note
- Remove a note
Enhacements
- Save notes in the local storage and read them on the initial load
- Turn it to a full stack app with SvelteKit
- Add authentication
- Add authorization
- Add user preferences (theme, notes colors, etc)