Genesis is a Snapchat replica built using SwiftUI. This project includes basic functionalities such as Camera, Chat, Stories, and Profile views.
- Camera View
- Chat View
- Stories View
- Profile View
- Xcode 12.0 or later
- iOS 14.0 or later
-
Clone the repository:
git clone https://github.com/yourusername/genesis.git cd genesis -
Open the project in Xcode:
open genesis.xcodeproj
-
Build and run the project:
- Select the target device (iPhone 14 Simulator).
- Press
Cmd + Rto build and run the project.
You can also run the iOS Simulator using the provided task configuration in Visual Studio Code.
-
Open the project in Visual Studio Code:
code /Users/aymankiggundu/Desktop/swift2
-
Run the task:
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
- Type
Tasks: Run Taskand selectRun iOS Simulator.
To access the Profile view, navigate to the Profile tab in the bottom tab bar of the app.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.