https://github.com/artainmo/ft_hangouts
42 school project. Mobile app with ability to save, message, call contacts.
https://github.com/artainmo/ft_hangouts
42school mobile sqlite storyboard swift
Last synced: 2 months ago
JSON representation
42 school project. Mobile app with ability to save, message, call contacts.
- Host: GitHub
- URL: https://github.com/artainmo/ft_hangouts
- Owner: artainmo
- Created: 2023-01-22T08:51:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T01:09:36.000Z (over 3 years ago)
- Last Synced: 2025-10-31T20:10:13.260Z (8 months ago)
- Topics: 42school, mobile, sqlite, storyboard, swift
- Language: Swift
- Homepage:
- Size: 787 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_hangouts
42 school [subject](https://cdn.intra.42.fr/pdf/pdf/60916/en.subject.pdf).
In this project we have to create a **mobile messaging app**.
I use the IOS language **Swift** in Xcode using **storyboards** for frontend with as database **SQLite**.
# Run
Install dependencies first.
```
pod install
```
Open project with Xcode and run simulator, which can be personal phone and needs to be personal phone for message/call/email functionalities.
# Documentation
[artainmo - notes on swift](https://github.com/artainmo/WebDevelopment/blob/main/mobile/swift/README.md)
[SQLite With Swift Tutorial: Getting Started](https://www.kodeco.com/6620276-sqlite-with-swift-tutorial-getting-started)
[How to use and query a SQLite Database in Swift?](https://www.youtube.com/watch?v=v_qLPnRBvBA)
[How To Add Segmented Control in Swift 5 (Xcode 11 + iOS) | Development](https://www.youtube.com/watch?v=P0JsbjbzG9A)
[Run Your App on Your iPhone or Simulator](https://www.youtube.com/watch?v=Fo1A36RsoCI)