CineTV is a frontend project for a movies/series searching website. It allows users to explore various genres of movies and series through sliders and scrolling containers. The data is fetched from The Movie Database (TMDB) API.
- Home Page: Displays different genres of movies/series using sliders and scrolling containers.
- Genre Navigation: Users can easily navigate through different genres and explore content.
- Dynamic Content: Movie and series information is fetched from TMDB API, ensuring up-to-date content.
- Responsive Design: The website is designed to be accessible and usable across various devices.
- HTML: Structuring the web pages.
- CSS: Styling the user interface.
- JavaScript: Handling dynamic content and interactions.
- TMDB API: Fetching movie and series data.
- Responsive Design: Ensuring the website works well on different screen sizes.
Since this is a frontend project, installation is simple:
-
Clone the repository:
git clone https://github.com/ashish0kumar/CineTv.git cd CineTv
-
Create config.js File:
- In the root of your project, create a file named config.js.
- Add your TMDB API token to this file:
const api_token = "your_actual_api_token_here";
-
Open
index.html
in your web browser:open index.html
- Open your web browser and go to
index.html
. - Explore different genres of movies and series by navigating through sliders and scrolling containers.
- Search and find your favorite movies and web series.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-branch-name
. - Submit a pull request.
This project is licensed under the MIT License.