This README provides an overview and instructions for TheDramaFever Project, an iOS application for movies/dramas lovers. TheDramaFever Project allows users to browse and discover movies/dramas.
- Browse popular movies/dramas
- Search for movies/dramas by title
- User-friendly interface and smooth navigation
To run TheDramaFever Project application, you'll need:
- Xcode 14.2 or higher
- iOS 15 or higher
- Swift 5.0 or higher
- No internet connection is required for accessing movies/dramas data
-
Clone the repository to your local machine:
git clone https://github.com/pratyushpratik/TheDramaFever.git
-
Open the project in Xcode:
cd DiagnalTest open DiagnalTest.xcodeproj
-
Open DiagnalTest.xcodeproj file in Xcode.
-
Build and run the project on the iOS Simulator or your physical device.
-
Browse through the list of popular movies/dramas or use the search bar to find specific movies/dramas.
-
Unit/Integration test cases are written in VMMovieListTestCase class.
-
UI test cases are written in DiagnalTestUITests class -> testExample().
Contributions to TheDramaFever Project are welcome! If you'd like to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make your changes and test them thoroughly.
-
Commit your changes with descriptive commit messages:
git commit -m "Add your commit message"
-
Push your branch to your forked repository:
git push origin feature/your-feature-name
-
Open a pull request on the main repository and provide a clear description of your changes.
TheDramaFever Project is licensed under the MIT License. Feel free to modify and distribute it as per the terms of the license.