Skip to content

Created multiple IOS Application while learning Swift and IOS Core

Notifications You must be signed in to change notification settings

0xsonu/IOS-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Applications Repository

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.


Table of Contents


Overview

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.


Projects

Here is a list of the projects included in this repository, along with links to their detailed README files:

  1. BMI Calculator
    • Description: A simple two-screen app to calculate Body Mass Index (BMI) and provide health insights.
  2. 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.

Getting Started

To explore or contribute to any app project, navigate to the respective folder and follow the instructions provided in the app-specific README.md.

Running a Project

  1. Open the project folder in Xcode.
  2. Ensure all dependencies are resolved using Swift Package Manager (if applicable).
  3. Build and run the app using the simulator or a physical iOS device.

Prerequisites

  • Xcode: Version 12 or later.
  • Swift: Version 5.0 or later.
  • iOS SDK: Latest version recommended.

Installation

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.


Contributing

We welcome contributions! Please read the CONTRIBUTING.md for guidelines on how to contribute to this repository.

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/YourFeature
  3. Commit your changes: git commit -m 'Add Your Feature'
  4. Push to the branch: git push origin feature/YourFeature
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Contact

Feel free to reach out if you have any questions or suggestions!


About

Created multiple IOS Application while learning Swift and IOS Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages