svelte-feedback-app

Svelte Feedback App

Todo List using Svelte

Todo List Form using Svelte

GitHub top language GitHub language count Repository size GitHub last commit Repository issues

💻 Project

This is a simple Todo List Form using Svelte, developed as a way to practice the Svelte syntax and data management through components using the Stores concept.

The form allows the user to delete existing tasks, as well as write a new task.

There is validation when it comes to the length of the task text.

The initial 3 tasks that initialize the project are saved using a Store, and new tasks/deleted tasks are updated automatically in the store file.

Dependencies used for this project:

📥 Installing and executing

Clone this repository and access the directory.

# Instaling dependencies
$ npm install

# Executing the application
$ npm run dev

Top categories

Loading Svelte Themes