Skip to content

This is a simple CRUD (Create, Read, Update, Delete) web application using HTML, CSS, JavaScript, and Bootstrap. The application allows users to input, display, update, and delete user data such as email, name, and phone number. The data is stored in the browser's localStorage.

Notifications You must be signed in to change notification settings

KarlangaXZ/CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application

This is a simple CRUD (Create, Read, Update, Delete) web application using HTML, CSS, JavaScript, and Bootstrap. The application allows users to input, display, update, and delete user data such as email, name, and phone number. The data is stored in the browser's localStorage.

MurphyNods

Features

  • Create: Users can input their email, name, and phone number using the form and save it to localStorage.
  • Read: The stored user data is displayed in a table.
  • Update: Users can edit the details of a selected entry and update it.
  • Delete: Users can delete any entry from the list.

Technologies Used

  • HTML5
  • CSS3
    • Bootstrap 5.3.3 for responsive design and styling
  • JavaScript
    • Data is managed using the browser's localStorage.

Project Structure

  • index.html: The main HTML file that contains the structure of the application.
  • style.css: Custom CSS file for additional styling (if needed).
  • main.js: JavaScript file containing all the CRUD functionalities.

About

This is a simple CRUD (Create, Read, Update, Delete) web application using HTML, CSS, JavaScript, and Bootstrap. The application allows users to input, display, update, and delete user data such as email, name, and phone number. The data is stored in the browser's localStorage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published