Welcome to the Movie Website project! This is a simple, responsive movie information website built using basic HTML, CSS, and JavaScript. It showcases a collection of movies with details like title, genre, release date, and description. This project is purely frontend, with no backend integration.
- Responsive Design: The website is fully responsive and works seamlessly on different devices (desktop, tablet, mobile).
- Movie Listing: Displays a list of movies with their respective details.
- Movie Details: Provides detailed information about each movie.
- Search Functionality: Allows users to search for movies by title.
- Filter by Genre: Users can filter movies based on their genre.
- HTML: For structuring the content on the website.
- CSS: For styling and layout of the website, including responsive design.
- JavaScript: For dynamic interactions, such as search and filter functionalities.
├── index.html # Main HTML file
├── style.css # Main CSS file
├── app.js # Main JavaScript file
├── img/ # Folder containing images, icons, etc.
└── README.md # Project README file
To run the project locally:
-
Clone the repository:
git clone https://github.com/woodwolfswee/Movie-Project.git
-
Navigate to the project directory:
cd movie-website
-
Open
index.html
in your browser:You can simply open the
index.html
file in your preferred web browser to view the website.
- Browsing Movies: Scroll through the list of movies available on the homepage.
- Search: Use the search bar at the top of the page to find movies by title.
- Filter: Use the filter options to view movies based on genre.
Contributions are welcome! If you have any ideas for improvement or want to fix any issues, feel free to fork the repository and submit a pull request.
- 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.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or suggestions, feel free to reach out at shreyan01.dhar@gmail.com.