Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.7 KB

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