An application for discovering most popular movies and
booking them by selecting date, time and seat by using modern UI!
View Design
·
Report Bug
·
Request Feature
Table of Contents
Muvi is an application for discovering most popular movies and booking them by selecting date, time and seat by using modern UI.
A step by step series of examples that tell you how to get a development env running
This is an example of how to list things you need to use the software and how to install them.
- XCode
- TheMovieDB Account
- Get a free API Key at TheMovieDB - There is a key inside project already for you
- Clone the repo
git clone https://github.com/MirzayevFarid/Muvi.git
- Enter your API in
API.swift
static let key = "ENTER YOUR API";
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Farid Mirzayev - [email protected]