PetJournal is an iOS app built on SwiftUI that allows users to manage information about their pets, including vaccinations, veterinary appointments and other relevant information.
The Resources folder contains color, image, and font asset files. And project info.plist.
This folder contains application startup controller, contains user session control Session folder.
Sources:
└───Session
AppDelegate
SceneDelegate
MainActor
### Session folder
This folder contains files related to the user's session, login state, and user information keys.
This folder contains subfolders related to project helpers: Custom Classes, Extensions, Project Helpers.
Commons
└───CustomView
└───Protocols
└───Utils
└───UIComponent
└───Enums
└───Extensions
This folder contains subfolders, related to Custom views(ViewModifier). Most of them are created to be reusable in more than one part or screen of the app.
This folder contains files that define important protocols and are reusable throughout the project. Other non-reusable protocols may be contained in the classes.
This folder contains files related to Project Utilities and constants used in the project.
This folder contains visual components reused on different screens during the project. Components used only on a screen, can be created with a subview of the screen.
This folder contains all the extensions. Default is: Type+Extensions. Example: View+Extensions / Color+Extension
This folder contains enumerations that will support application development, but are not related to the application itself, they are generally generic.
*more items can be added during the project as needed
This folder contains files related to the application's language.
This folder contains the app models.
This folder contains implementation files for the API providers, allowing viewModels to call the API, services.
This folder contains subfolders, related to Custom views (UIView, UIControls, UITableviewCell, UICollectionViewCells). Most of them are created to be reusable in more than one part or screen of the app.
This folder contains application screen flow according to the user's initial state, divided into Authenticated and UnAuthenticated.
└───Authenticated
└───UnAuthenticated
This folder with user flow after due access in the application. Folders have their exclusive use files. for example: ViewModel, Service, Subview Obs.: Each screen has its subview folder with unique components.
Authenticated
└───Scenes
└───TabBar
This folder with the user flow before performing the proper access in the application. Folders have their exclusive use files. for example: ViewModel, Service, Subview Obs.: Each screen has its subview folder with unique components.
UnAuthenticated
└───ForgotPassword
└───CreateAccount
└───AccessAccount
Use the command below to clone the repository, using the Mac terminal.
git clone https://github.com/PetJournal/petjournal.ios.git
Open the file petJournal.xcodeproj
When opening the file, select the iPhone version you want. Then select the button similar to Play.
- ps1.: wait for the simulator to open
- ps2.: Make sure Xcode Version 14.2 is installed.
Credentials for login
email: johndoe@email.com
password: Teste@123
Left a team in: 24/05/2023