About Noty
This is project is my way of show casing my web developement skills using the awesome SvelteKit framework and its companion Tailwindcss framework. These two together make building web applications fast and easy. The application shows CRUD(Create, Read, Update, Delete) functionality for a note-taking app.
The application has the folowing features;
- A note listing
- The ability to create a note
- The ability to edit/update a note
- The ability to delete a note