This repository contains a sample project built using SwiftUI and Core Data, aimed at showcasing the integration of these technologies to create a project management app. Users can create and manage projects by selecting photos from the gallery and applying filters. The project details are then stored using Core Data.
Create new projects by selecting photos from the gallery. Apply filters to customize and enhance project images. Store and manage project details using Core Data.
- Clean Architecture
- MVVM
- SwiftLint
- SwiftUI
- CoreData
project-Save requires iOS 16.0 or later. If you are developer, you can set its deployment target to lower iOS version if needed.
If your XCode 14.0 is not available, you can change deployment target
to lower iOS version.
A script runs when building the app that executes SwiftLint to enforce style & conventions to the code.
You can install SwiftLint with Homebrew: brew install swiftlint
For any inquiries or questions, feel free to contact the project maintainer:
- Name: Vikarn Barai
- Email: vikarn.barai@gmail.com
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeatureName
) - Commit your Changes (
git commit -m 'Add some YourFeatureName'
) - Push to the Branch (
git push origin feature/YourFeatureName
) - Open a Pull Request
Thank you for checking out this project!