MovieListApp is an iOS application designed to provide movie enthusiasts with a curated list of movies. The app fetches data from a custom RESTful API deployed on Microsoft Azure, offering a sleek, user-friendly interface for browsing and managing a personal movie collection.
Below displays movie data being inputted into as JSON through Azure API:- Browse a list of movies fetched from a custom API.
- View detailed information about each movie.
- Add new movies to your personal list.
- Cross-platform compatibility with iOS devices.
- Languages: Swift, C#, HTML/CSS
- Frameworks & Tools: Azure AppService, XCode, Visual Studios
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Xcode.
- You have access to my custom-made RESTful API
To install MovieListApp, follow these steps:
-
Clone the repository to your local machine via command:
git clone https://github.com/yourusername/MovieListApp.git
-
Open the
MovieList.xcodeproj
file in Xcode. -
Configure the project with your own signing capabilities to run on your iOS device or simulator.
-
Ensure that the deployment of the custom API is activated: https://movie-db-api.azurewebsites.net/movies