Skip to content

coreybrowndev/SilverScreen

Repository files navigation

Silver Screen

An app that provides a unique and friendly user experience, gives the users the ability to interact with movies tailored to their personal preference.

Getting Started

A dart file with your specific Api key and token is required, this will not be included in the project file as it will be specific for each user.

Prerequisites

  • A dart file for storing key and token data inside of the network directory

    • e.g api_key.dart
  • Example of this class is shown below:

class ApiKeyToken {
final key = "Your key here";
final token = "Your token here";
}

Built With

Authors

All parties contributed in the software development process of the application

  • Corey
  • Kevin
  • Shaun
  • Noah

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •