Skip to content

Quick application to display books on the Google Books API

Notifications You must be signed in to change notification settings

arielconti10/books-list

Repository files navigation

BookList

This project is a simple app built with React Native to search and display books on Google Books

Screenshots

# Main Features

Home

  • Buscar por um tema
  • Navegar direto para a lista com um tema sugerido (setted to "Harry Potter")

List

  • Display the books in a FlatList with infinite scroll, to see more results just scroll at the bottom

  • Go to the detail screen of the book

  • Search for another theme

Detail

  • View all the informations about the book selected
  • Like
  • Rating with stars

Requirements

  • Yarn
  • React Native
  • IOS/Android Emulator or device

Installation

Clone this repository and follow these steps

IOS

  1. yarn install
  2. cd ios && pod install && cd ..
  3. yarn ios

Android

  1. yarn install
  2. yarn android

About

Quick application to display books on the Google Books API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published