https://github.com/ghubnerr/ios101-project5-submission
Submission for Project 5 CodePath iOS101 Fall2023
https://github.com/ghubnerr/ios101-project5-submission
Last synced: 8 months ago
JSON representation
Submission for Project 5 CodePath iOS101 Fall2023
- Host: GitHub
- URL: https://github.com/ghubnerr/ios101-project5-submission
- Owner: ghubnerr
- Created: 2023-10-16T20:12:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T20:14:41.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T19:58:53.695Z (9 months ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project 5 - *Tumblr*
Submitted by: **Gabriel Lucchesi**
**Tumblr** is an app that fetches a feed of blog posts from the Tumblr API and displays them in a scrolling list via a table view.
Time spent: **1** hour spent in total
## Required Features
The following **required** functionality is completed:
- [X] App has a configured table view and table view call
- [X] App populates the table view with data fetched from an API## [Video Walkthrough](https://www.loom.com/share/91ac5577b7ef4477b28bd71a2d5642d6?sid=4ed8d736-a5be-4a7f-b355-adc10c6ba57e)
## License
Copyright 2023 Gabriel Lucchesi
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 athttp://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.