Build a simple web application using Svelte and TailwindCSS that interacts with a mock API. The app should allow users to view, create, update and delete "notes". The design is entirely up to you.
Install dependencies:
npm install
Start the dev server:
npm run dev
API used: https://mockapi.io/ (replace API URL in code)