Books' table
How to start the project
First, you need to install node modules then you can start the project with npm start
command. The project is served at localhost:3000
How to sort the columns
You can sort the columns by clicking the buttons
in the table headers. The first button sorts from the smallest number to the highest or from the first letter to the last letter.
Change pages
You can change the current page by clicking the number of the current table page in the bottom of the page.