These changes are meant to add 2 new pages to the application and also included the addition of a few more API calls to be used to communicate with the backend api server.
Changelog:
Added the Edit Book Page.
Added the Edit Chapter Page.
Rewrote the URLs for this react app to be more user friendly.
Added the API calls to set a users position while reading a book.
Added the API calls to create a new book.
Added the API calls to create a new chapter for an existing book.
The API are essential implements to have at this stage, so great on that. The functionality for editing chapters and books are all working fine too. Everything looks good to go.
These changes are meant to add 2 new pages to the application and also included the addition of a few more API calls to be used to communicate with the backend api server.
Changelog: