This is a simple SvelteJS application.
That was the first time I used SvelteJS to create a web application. To speak my mind, for the first time, I was confused by its syntax, but in the end, I found it simple and practical.
Unlike ReactJS, you do not need any state management tool(Redux, Redux Toolkit, Zustand) as it has built-in functions for that.
Clone the project
git clone https://github.com/vepkho/Svelte-To-Do-App.git
Go to the project directory
cd Svelte-To-Do-App
Install dependencies
npm install
Start the server
npm run start