Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General info

This project was done during the fornt-end phase of an online full-stack Bootcamp provided by an online educational institution called Knowledge Academy.

Project's Aim

Students were tasked to create a CRUD system with local storage, using only HTML5, Bootstrap, CSS3, and plain Javascript.

Project's Components

In this CRUD, you should be able to add, delete, search and update the data in the table. It consists of two sections:

1. Input Section

This section consists of:

  • Three inputs.
  • Three buttons - One for adding data to the table, one for updating data in the table, and one for deleting everything in the table or some of it.
  • Search bar - You can search by name.

The inputs have a validation check which was designed from scratch using only plain JavaScript and RegEx Pattern.

2. Table Section

This section is basically a table that presents all the data taken from the inputs after submitting them. Furthermore, this table offers many features; you can delete, update, individual and multi rows using the check box system that was also designed using only plain JavaScript.

About

This is a CRUD (Create, Read, Update, Delete) system created using HTML5, bootstrap, CSS3 and JavaScript. You will be able to store input data in a table as well as edit, delete and search for these data. This project is responsive on all screen sizes.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages