CRUD

  • Tech Stack:ReactJS, HTML, CSS, Bootstrap

Create (C):

  • Objective: Introduces new data entities into the system.
  • Illustration: Initiating the addition of a new user profile to the application or submitting a form to generate a new database entry.
  • Read (R):

  • Objective: Facilitates the retrieval and visualization of existing data.
  • Illustration: Accessing a catalog of products on an e-commerce platform or perusing the contents of a user profile page.
  • Update (U):

  • Objective: Enables the modification of pre-existing data or records.
  • Illustration: Editing personal details within a user profile or updating the status of an ongoing task or project.
  • Delete (D):

  • Objective: Effectuates the removal of data or records from the system.
  • Illustration: Deleting an email, removing a comment from a discussion thread, or uninstalling an application.