Skip to content

ricod3/IndexedDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Web Application for a showcase of CRUD Operations in IndexedDB

This web application was developed as part of the Coders.Bay training program in Linz. It allows users to perform CRUD (Create, Read, Update, Delete) operations on programming languages. The data is stored in the browser's IndexedDB and displayed on the webpage.

Features

  • Add a Programming Language: Users can add a new programming language by entering the name and description of the language.
  • Update a Programming Language: Users can update the details of an existing programming language by entering the ID of the language.
  • Delete a Programming Language: Users can delete a programming language by entering the ID of the language.
  • View All Programming Languages: Users can view all the programming languages that have been added.

Technologies Used

HTML5 Logo - HTML5: Used for structuring the content of the web page.

JavaScript Logo - JavaScript: Used for providing the functionality of the web application.

Bootstrap Logo - Bootstrap: A CSS framework used for designing the layout and appearance of the web page.

  • IndexedDB: A low-level API for client-side storage of significant amounts of structured data, including files/blobs.

Presentation

This project was presented at the end of the Coders.Bay training program in Linz. The presentation covered the features of the web application, the technologies used, and the process of developing the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published