Skip to content

Commit

Permalink
Upload banner & files
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBissick committed Jun 13, 2020
1 parent 4d9f5f6 commit 56f739d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Clima/View/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<device id="retina6_1" orientation="portrait" appearance="dark"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<capability name="Named colors" minToolsVersion="9.0"/>
Expand Down
Binary file added Documentation/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@

![App Brewery Banner](Documentation/AppBreweryBanner.png)
![App Banner](Documentation/banner.png)

# Clima

## Our Goal

It’s time to take our app development skills to the next level. We’re going to introduce you to the wonderful world of Application Programming Interfaces (APIs) to grab live data from the internet. If you’re dreaming of making that Twitter-powered stock trading app then you’re about add some serious tools to your toolbelt!


## What you will create
A dark-mode enabled weather app using OpenWeather API to display a chosen location's weather and/or your current GPS location's weather.

By the end of the module, you will have made a beautiful, dark-mode enabled weather app. You'll be able to check the weather for the current location based on the GPS data from the iPhone as well as by searching for a city manually.

## What you will learn
## Concepts learned during this project

* How to create a dark-mode enabled app.
* How to use vector images as image assets.
* Learn to use the UITextField to get user input.
* How to use the UITextField to get user input.
* Learn about the delegate pattern.
* Swift protocols and extensions.
* Swift guard keyword.
Expand Down Expand Up @@ -48,8 +40,3 @@ switch conditionID {
return "cloud"
}
```

>This is a companion project to The App Brewery's Complete App Development Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)
![End Banner](Documentation/readme-end-banner.png)
# Clima

0 comments on commit 56f739d

Please sign in to comment.