Skip to content

Stanislav-prog/online-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Library

First task

  1. Create a basic form with 2 buttons.
  2. Style it with basic CSS.
  3. Write a JS code which pushes a new book to a table which represents a database which is stored in a variable 'books'.

Second task

  1. Add filtering for each column.
  2. Complete all logic tasks for filtering:
    • for string fields: only those rows of the table which values coincides with the symbols printed in the filtering input fields.
    • for cost of the book: filtering should be in range from 1 to 1000; all books with corresponding cost should be filtered.
    • for edition years: there's a need to create a dropdown list with years from 2010 to 2030; all books with corresponding edition year should be filtered.
  3. Add a possibility to reset filtering so that the table reloads to the standard look.
  4. Add a possibility to manually turn off particular filtering so that other which are still working should remain.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published