This app allows a user to search for any book by author or title and get prompted with a list of results. From there the user is able to mark the book as 'Saved' and it will be added to the Saved Books tab. You may also click on the 'View Book' button to get more information about the selected book.
Express.js | Axios | React | JavaScript | JQuery | Bootstrap | CSS | HTML | MongoDB | Heroku | Node |
The demo of the application can be found here.
To run the application locally, first clone this repository.
Next, install the necessary dependencies.
Finally, run the node server locally.
npm start
Now, open the local application on port 3000 at the URL: http://localhost:3000/
.