The purpose of Book Sorter is to demonstrate

  1. How BrowserRouter is used to make a Single Page Application in React.
  2. How to make a simple Navigation Bar in React.

The same JSON object is used on each of the 3 pages, just sorted by a different attribute.

The NPM packages I used were


Source Code