Svelte-CRD-APP

Svelte Crd App

This project is a simple CRUD (Create, Read, Delete) app using Svelte, a modern JavaScript framework for building user interfaces. The app will allow the user to add, edit and delete tasks from a list. The app will also use local storage to persist the data.

Svelte CRD APP

This is a simple CRUD (Create, Read, Delete) application built with Svelte JS. It allows you to create, edit and delete a contact with a name and an email field.

How to use

You can clone this repository or download it as a zip file. Then, run the following commands in your terminal:

cd svelte-app
npm install
npm run dev

This will start a local server on port 5000. You can then open http://localhost:5000 in your browser. You can also view the live demo of the app by clicking here.

Features

  • Svelte components
  • Reactive variables and statements
  • Event handling and binding
  • Local storage

Use Cases

  • Add new contact with a name and an email
  • Delete contact
  • Store contact details in local storage

Technologies

  • Svelte JS: A modern JavaScript compiler that allows you to write easy-to-understand JavaScript code that is then compiled to highly efficient code that runs in the browser.

Installation

To run this project locally, you need to have Node.js and npm installed on your machine. Then follow these steps:

  1. Clone this repository: git clone https://github.com/CodeKisku/Svelte-CRD-APP.git
  2. Navigate to the project directory: cd Svelte-CRD-APP
  3. Install the dependencies: npm install
  4. Start the development server: npm run dev
  5. Open your browser and go to http://localhost:5000

References


Top categories

Loading Svelte Themes