awkiamaru / booksure

:books: :blue_book: Search for books through google books API using Angular, in order to learn how to consume external APIs, and improve understanding in Angular

Home Page:https://booksure.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEARCH BOOKS

Wellcome to Search books, find books by author name, subject or book title.

                                      Contributions welcome License Awesome Netlify Status

Getting started

This project was inspired by the APP IDEAS repository, in which one of the projects is a Book Finder. And to develop this web page I decided to use Angular and the Google Books API.

Introduction

Many people look for books to read or buy, but sometimes forget the name of the book, but remember the author or editor who published the book, thinking about it, I decided to develop Booksure, a website made in Angular that consumes the Google books API, making it easier for people to search for books, and learning more Angular concepts. Search for books anywhere, you don't need to know the name of the book, if you know the name of the author or the publisher, just type and search

Prerequisites

What you need to install to use the software locally

  • NodeJs
  • Npm or Yarn
  • Angular

Installation

What you need to run the system locally you need these commands

$ npm install
$ npm run start

or if you use yarn

$ yarn install
$ yarn start

Authors

  • Luis Fernando - Initial work - LuisFrag

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

:books: :blue_book: Search for books through google books API using Angular, in order to learn how to consume external APIs, and improve understanding in Angular

https://booksure.netlify.app/

License:MIT License


Languages

Language:TypeScript 53.7%Language:HTML 32.3%Language:CSS 9.5%Language:JavaScript 4.5%