CineFind is a simple and responsive movie discovery web app that allows users to search for movies and explore details using real-time data from a public movie API.
The project focuses on clean UI, API integration, and deploying a fully functional frontend application to the web.
๐ Live Demo:
https://siddhipandey08.github.io/CineFind/
- Search for movies by title
- View movie posters and basic details
- Responsive UI for different screen sizes
- Real-time data fetched from an external API
- HTML โ structure
- CSS โ styling and layout
- JavaScript โ logic and API handling
- GitHub Pages โ deployment
- Working with external APIs using JavaScript
- Handling DOM updates dynamically
- Structuring a frontend project properly
- Deploying a live project using GitHub Pages
- Add loading states and error handling
- Improve UI/UX and animations
- Add more movie details (ratings, trailers, genres)
- Optimize API usage
Suggestions and feedback are always welcome!