Skip to content

annicha/MeowSeriesReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeowSeriesReview

Swift Xcode

This is a simple demo app that let you express comments about TV series.

To do

  • Design overall UI
  • Test API fetching via Postman
  • Setup the frameworks
  • Work on TV list and detail view
  • Work on Cat list
  • Implement creating comment
  • Implement listener and filter for all comments
  • Update movie detail view with comment list
  • Add app preview gif to this file 🎉

API Used

Setup

  1. After cloning this project, please head to your Firebase dashboard to setup a GoogleServices-info.plist file and drag it to the resources folder in this project.
  2. Please sign up to get your own API Key from TMDB and The Cat API. Store the keys in a struct or where appropriate.
// SecretKeys.swift
struct SecretKeys {
	static let movieAPIKey	= "your key"
	static let catAPIKey	= "your key"
}

Early Design via Sketch

Gif Screenshot

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages