This is a frontend project where I've created a clone of the popular streaming platform, Hotstar, using only HTML and CSS. This project helped me understand and implement various HTML tags and CSS properties effectively.
In this project, I've recreated several pages to simulate the look and feel of Hotstar, including:
- Home Page: Recreated the Hotstar homepage layout with a sidebar for easy navigation and a footer with additional links.
- Categories Page: Organized content into different categories, similar to the original Hotstar layout.
- Contact Us Page: A form where users can enter their name, email, and message.
- About Us Page: Contains information about the purpose and background of this project.
This project is built purely with HTML and CSS, with a focus on structuring and styling without any frameworks or JavaScript.
- Responsive and visually similar to the original Hotstar interface.
- Structured HTML elements and CSS styling for each page.
- Includes a sidebar for navigation and a footer section on each page.
- Forms on the Contact Us page with input fields for user details.
To view this project, simply clone the repository and open the files in your browser.
git clone https://github.com/jeetpaul1/Hotstar-clone.git
cd Hotstar-clone
Open the HTML files in your browser to view each page.
This project helped me:
- Gain a deeper understanding of HTML tags and CSS properties.
- Practice layout and styling techniques with CSS.
- Improve my ability to create consistent and responsive page designs.
Homepage page
Product page
This project is licensed under the MIT License.