Skip to content

CRUD Application in JavaScript A Create, Read, Update, and Delete (CRUD) application built using JavaScript. Demonstrates foundational web development concepts, including DOM manipulation, RESTful operations, and frontend logic. Relevant for understanding vulnerabilities in web applications, such as XSS, SQLi, and session management flaws.

Notifications You must be signed in to change notification settings

LuCamachoJr/CRUD-Application-in-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application in JavaScript

Overview

This repository showcases a project where I built a Create, Read, Update, Delete (CRUD) application using JavaScript. The project demonstrates:

  • DOM manipulation
  • RESTful operations
  • Frontend logic implementation

Relevance to Cybersecurity

Understanding how web applications function is critical in identifying vulnerabilities such as:

  • Cross-Site Scripting (XSS)
  • SQL Injection (SQLi)
  • Authentication and Session Management flaws

Skills and Tools Used

  • JavaScript
  • HTML/CSS
  • Basic knowledge of RESTful APIs

This project serves as a foundation for understanding web technologies and their security aspects, forming a base for web application penetration testing.

About

CRUD Application in JavaScript A Create, Read, Update, and Delete (CRUD) application built using JavaScript. Demonstrates foundational web development concepts, including DOM manipulation, RESTful operations, and frontend logic. Relevant for understanding vulnerabilities in web applications, such as XSS, SQLi, and session management flaws.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published