Application to find and register books in spreadsheet, using Google Sheets API, Google Books API and Google Login/Authentication.
This project is created to provide an application capable of registering books on a Google Spreadsheet, using Google Sheets API. To make this easy, the ISBN of the book is provided, to be used to obtain data from the Google Books API.
This is a web application writted in JavaScript using React as library for building user interfaces, styled-components as CSS-in-JS tool and Ant Design as UI library.
yarn
command, to install project dependenciesyarn start
to run the application