alexandramunoz / Flicks

First assignment for CodePath
0 stars 0 forks source link

Project 1 - Flicks

Flicks is a movies app using the The Movie Database API.

Time spent: 5-6 hours spent in total

User Stories

The following required functionality is complete:

The following optional features are implemented:

The following additional features are implemented:

Video Walkthrough

Here's a walkthrough of implemented user stories:

Flicks Video Walkthrough

GIF created with LiceCap.

Notes

I attempted to add a working search bar but I was not successful as I could not quite figure out how to make an array of just the movie titles for users to search through as the filteredData array was String and another String array was required for the search to be conducted in. :(

License

Copyright [2016] [Alexandra Munoz]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Project 2 - Flicks

Flicks is a movies app displaying box office and top rental DVDs using The Movie Database API.

Time spent: 8 hours spent in total

User Stories

The following required functionality is completed:

The following optional features are implemented:

The following additional features are implemented:

Video Walkthrough

Here's a walkthrough of implemented user stories:

Flicks Week 2 Walkthrough

GIF created with LiceCap.

Notes

When I embedded the view controller in the navigation controller, the Loading indicator came up and would not disappear, so the code was adjusted to fix when the indicator was shown and when it was hidden.

License

Copyright [2016] [Alexandra Munoz]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.