Giter Club home page Giter Club logo

indexed-db's Introduction

IndexedDB CRUD Application

This is a simple CRUD (Create, Read, Update, Delete) application that demonstrates how to use IndexedDB for client-side data storage in a web application.

Table of Contents

Introduction

IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This application provides a simple interface to manage data using IndexedDB. You can add, read, update, and delete entries in the database.

Features

  • Add new entries to the database
  • Display entries from the database
  • Update existing entries
  • Delete entries
  • Clear form fields

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)
  • IndexedDB

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/indexeddb-crud-app.git

Navigate to the project directory:

sh Copy code cd indexeddb-crud-app Open index.html in your web browser.

Usage Add Data: Fill in the "Name" and "Age" fields and click the "Save" button to add a new entry to the database. Display Data: The data list will automatically update to display the current entries in the database. Edit Data: Click the "Edit" button next to an entry to populate the form fields with the entry's data. Update the fields and click "Save" to update the entry. Delete Data: Click the "Delete" button next to an entry to remove it from the database. Clear Form: Click the "Clear" button to reset the form fields. Contributing Contributions are welcome! Please follow these steps to contribute:

Fork the repository. Create a new branch (git checkout -b feature/your-feature). Make your changes. Commit your changes (git commit -am 'Add new feature'). Push to the branch (git push origin feature/your-feature). Open a Pull Request.

indexed-db's People

Contributors

7daytheory avatar mattlowese avatar

Watchers

 avatar

indexed-db's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.