Welcome to the iOS Applications Repository, a central hub for multiple iOS application projects developed in Swift. This repository contains various app projects, each showcasing different features and functionalities to aid iOS development.
This repository serves as a collection of iOS applications, written entirely in Swift, demonstrating various use cases and technologies such as UIKit, SwiftUI, Core Data, Combine, and more. Each app project is organized within its own directory and can be independently run and tested.
Here is a list of the projects included in this repository, along with links to their detailed README files:
- BMI Calculator
- Description: A simple two-screen app to calculate Body Mass Index (BMI) and provide health insights.
- Mausam
- Description: A feature-rich weather app that utilizes advanced iOS concepts, including Dark Mode, location services, and networking to provide real-time weather updates.
To explore or contribute to any app project, navigate to the respective folder and follow the instructions provided in the app-specific README.md
.
- Open the project folder in Xcode.
- Ensure all dependencies are resolved using Swift Package Manager (if applicable).
- Build and run the app using the simulator or a physical iOS device.
- Xcode: Version 12 or later.
- Swift: Version 5.0 or later.
- iOS SDK: Latest version recommended.
Clone the repository using the following command:
git clone https://github.com/0xsonu/IOS-Apps.git
Navigate to the desired project folder and open the .xcodeproj
file in Xcode.
We welcome contributions! Please read the CONTRIBUTING.md for guidelines on how to contribute to this repository.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add Your Feature'
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Maintainer: Sonu Kumar
Feel free to reach out if you have any questions or suggestions!