A responsive web application that displays a collection of films using a clean, scrollable card-based layout. Built with modern frontend technologies to showcase movie data in an elegant and user-friendly interface.
🔗 Live Demo: film-card-view.lovable.app
- 🎥 Clean film card layout
- 📱 Fully responsive on mobile and desktop
- 🌐 Built with modern web technologies (HTML, CSS, JS/React/Vue)
- 📦 Easy to customize and extend
- ⚡ Lightweight and fast loading
git clone https://github.com/eka0789/film-card-view.git
cd film-card-viewIf you're using Node.js and a package manager (like npm or yarn):
npm install
# or
yarn installnpm run dev
# or
yarn devThe app will be available at http://localhost:3000.
- HTML5
- CSS3 / TailwindCSS
- JavaScript (or React/Vue depending on your implementation)
- Vite or similar dev server (optional)
MIT License © 2025 Eka Prasetyo
Pull requests are welcome! If you have improvements, bug fixes, or new ideas, feel free to open an issue or submit a PR.