A todo list application built with Svelte.
Clone the repository or navigate to the project directory:
cd svelte_todoList
Install dependencies:
npm install
Start the development server:
npm run dev
ps: svelte-routing works correctly with Svelte 4. For projects using Svelte 5, it is recommended to use SvelteKit, which is the official routing solution in the Svelte ecosystem.So we will use svelte-routing in this project, vertion 4.