This is an application that consumes the Google books API [https://developers.google.com/books/docs/overview] that allows the user to search for books and navigate to more information about a specific book.
This is a React application written in TypeScript 3.33. 'create-react-app' was used to bootstrap the application. Codeship is used as the CI pipeline to test and deploy code to Heroku
The application URL is: https://dexters-google-books.herokuapp.com/
- Clone the repository
git clone https://github.com/dexterteng3/google-books.git
- Ensure NPM is installed (version 6.4.1 was used)
- Run: "npm install"
- Start the application: "npm start"
- Run: "npm test"