alessonJuley / GoogleBooksApp

iOS mobile app prototype that uses Google's Books API to retrieve and save book information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleBooksApp: iOS Mobile Application Project

This iOS mobile application project is the second project required to finish the course "Mobile Application Development." The project requires creating an iPhone app that will allow users to search and store random information from a public web API such as search and store random images. The API used in this project is Google's Book API. This app allows users to:

  • Search random information of any entity found in the Books API.
  • Save the selected information of the entity with at least four attributes to local database using Core Data, including book title, book cover, date published, and language.
  • Display the stored information using UITableViewController.

Getting Started

To explore this project, follow these simple steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/alessonJuley/GoogleBooksApp.git
  2. Build and run app using Xcode.

Screenshot

Author

Alesson Abao

Graduate Diploma in Software and Web Development (Level 7)
Manukau Institute of Technology - Manukau Campus
Linkedin: https://www.linkedin.com/in/alessonabao
Github: https://github.com/alessonJuley

About

iOS mobile app prototype that uses Google's Books API to retrieve and save book information.

License:MIT License


Languages

Language:Swift 100.0%