Auto Services App is an iOS application built using SwiftUI. The app allows users to find and explore nearby mechanic shops, add their personal vehicles, and manage their favorite service providers.
- Home Page: Displays a list of mechanic shops with names, reviews, and icons.
- Search: Allows users to search for mechanic shops.
- Favorites: A section for users to save their favorite shops.
- My Car: Users can add and manage their cars with details such as brand, model, VIN number, and images.
- Profile: A placeholder for future user profile management.
- SwiftUI: For UI development.
- Combine: For state management using
@Publishedand@EnvironmentObject. - UIKit (for
UIImagePickerControllerinImagePicker).
- Clone the repository from GitHub:
git clone https://github.com/Vipex15/Auto-Services-App.git
- Open the project in Xcode:
cd Auto-Services-App open AutoServicesApp.xcodeproj - Build and run the app on a simulator or physical device.
(Include relevant screenshots here)
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit changes and push to GitHub:
git add . git commit -m "Description of changes" git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License.
For any questions, feel free to reach out!
- Email: ianiscatalin15@gmail.com
- GitHub: IanisCatalin15