This is a simple editable table component built with Vue.js and Vite. It allows users to manage and manipulate data in a tabular format.
- Add, edit, and delete rows of data
- Automatic data persistence using browser's local storage
- Input validation to ensure all fields are filled before adding a new row
- Confirmation prompt before saving changes
- Simple and intuitive user interface
-
Clone the repository:
git clone <repository_url>
-
Navigate to the project directory:
cd vue-editable-table
-
Install dependencies using your preferred package manager:
npm install or yarn install
-
Run the development server:
npm run dev or yarn dev
-
Open your browser and visit
http://localhost:5173/
to see the editable table in action. -
have fun 😺