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.
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.
- Svelte components
- Reactive variables and statements
- Event handling and binding
- Local storage
- Add new contact with a name and an email
- Delete contact
- Store contact details in local storage
- 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.
To run this project locally, you need to have Node.js and npm installed on your machine. Then follow these steps:
- Clone this repository:
git clone https://github.com/CodeKisku/Svelte-CRD-APP.git
- Navigate to the project directory:
cd Svelte-CRD-APP
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to http://localhost:5000