Welcome to Cine Corner, a movie application that leverages the TMDB API to provide users with detailed information about a wide range of movies.
- Overview
- Tech Stack
- Live Link
- Features
- Installation
- Usage
- Contributing
- License
- Contact
- Screenshots
- Known Issues
Cine Corner is an experimental project designed to offer users a seamless experience in discovering and browsing detailed movie information sourced from TMDB's extensive library. This project showcases the integration of TMDB APIs with modern web development technologies.
- React: Frontend framework for building interactive user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling with flexibility and ease.
Explore Cine Corner live: Cine Corner Live
- Movie Search: Browse and search for movies using keywords.
- Movie Details: View detailed information about each movie, including ratings, synopsis, and more.
- Responsive Design: Enjoy a consistent experience across various devices.
To run Cine Corner locally, follow these steps:
- Clone the repository.
git clone https://github.com/sriram23/CineCorner.git
- Navigate to the project directory.
cd CineCorner
- Install dependencies.
npm install
- Start the application.
npm start
- Open your browser and go to
http://localhost:1234
.
- Search for Movies: Enter keywords in the search bar to find related movies.
- View Movie Details: Click on a movie to view detailed information.
We welcome contributions to Cine Corner! To contribute, fork the repository, create a new branch, make your changes, push to the branch, and create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or support, please reach out to [email protected].
- Jio Network: The TMDB APIs won't work if the user is on a Jio network.