The purpose of Book Sorter is to demonstrate
- How BrowserRouter is used to make a Single Page Application in React.
- 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
- react
- react-dom
- react-router-dom
- react-bootstrap
Source Code