Tegami
An application focused on Studio Ghibli movies. It has never been so easy to watch all Studio Ghibli films
Install / Use
/learn @yago-marques/TegamiREADME
Tegami
An application focused on Studio Ghibli movies. It has never been so easy to watch all Studio Ghibli films
https://user-images.githubusercontent.com/84297648/194336462-4d0a5153-b17f-4c3f-9d94-bccab5d75a4f.mp4
👩🏾💻 Technologies
- [x] SPM - swift package manager
- [x] UIKit
- [x] ViewCode, auto layout
- [x] MVVM
- [x] swiftlint
- [x] Unit tests (Coverage: 51,7%)
- [x] API REST
- [x] Local persistence
💻 Requirements to install code
Before starting, check the following requirements:
- MacOS
- Xcode installed
- Git installed
🚀 Installing app code on macbook
if you have ssh configured, run the command
git clone git@github.com:yago-marques/Tegami.git
if you don't have ssh configured, run the command
git clone https://github.com/yago-marques/Tegami.git
After installing, open the installed folder with XCode and run command + R
🚀 Installing app on iphone
it's available on testflight, click here to install
📫 Contributing
- Fork this repository
- Create a new branch:
git checkout -b <branch_name>. - Make changes and commit:
git commit -m '<commit_message>' - Send to base branch:
git push origin Tegami / <local> - Create a pull request.
see the GitHub documentation on how to create a pull request
