Skip to content

An application that displays data on museum departments and items. The data used comes from the API https://metmuseum.github.io/.

Notifications You must be signed in to change notification settings

septianngha/The-Museum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Museum App

The Museum is an iOS application created by implementing API as an application data provider. This application displays data from the museum's collections.
There are 19 categories of collection departments displayed and each department has collection data.

Build Status

Features

✎ Implementation of API in the application as a data provider media.
✎ Using UIPickerView as a view to select the department of the collection object.
✎ Displaying collection object data in table form.
✎ Displaying detailed data from the collection object when the table row is clicked.

Tech

To build this application, the technologies used are:

Swift Ruby

  • Swift - The main technology used is swift.
  • Ruby - Using Ruby for the implementation of cocoapods as a third party library.
  • Cocoapods Alamofire - Using Alamofire to implement API on the app.
  • Cocoapods SwiftyJSON - Using SwiftyJSON to implement API on the app.
  • Using UIPickerView to select a departement that want to view.
  • Using TableView to displayed collection data.
  • Implement Custom Table Cell to displayed on TableView.
  • Using MVC Design Model to organize application files.
  • Implement LaunchScreen on the app.
  • In this application I use the API from The Metropolitan Museum of Art Collection API, which can be seen here https://metmuseum.github.io/
  • I also use Postman to inspect the API while the app is being built.

Installation

Installation can be done by downloading the zip file or doing a git clone directly using the terminal or xcode.

Screenshoot App

Screenshoot App

Septian Nugraha

About

An application that displays data on museum departments and items. The data used comes from the API https://metmuseum.github.io/.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published