š Svelte Notes App A simple, responsive CRUD Notes App built using Svelte and TailwindCSS that integrates with a mock REST API. Designed as a take-home challenge for a frontend internship at InLabels.
š Features View, create, edit, and delete notes.
Search notes by title.
Pagination (5 notes per page).
Confirmation modal before deletion.
Loading spinner for all API requests.
Responsive layout (mobile, tablet, desktop).
Clean UI with soft colors and animations.
š¦ Tech Stack Svelte (plain, not SvelteKit)
Tailwind CSS
MockAPI.io for fake backend
š ļø How to Run the App
Clone the Repo
git clone https://github.com/your-username/svelte-notes-app.git
cd svelte-notes-app
Install Dependencies
Start the Dev Server
npm run dev
Open http://localhost:5173 in your browser.