Cinema is a front-end web application that provides a visually premium, high-fidelity experience for discovering and watching live event streams. Designed with an immersive, cohesive dark theme, it incorporates modern Web UI aesthetics such as glassmorphism, dynamic color accents, and smooth animations. Users can filter events by category (Music, Tech, Gaming, Sports) or search for specific live performances.
- Framework: Next.js (Version 16.2)
- Library: React (Version 19)
- Styling: Tailwind CSS v4
- Animations: GSAP
- Language: TypeScript
Follow these steps to get the project up and running locally:
-
Clone the repository:
git clone <repository-url> cd cinema
-
Install dependencies: Make sure you have Node.js installed, then run:
npm install
-
Start the development server:
npm run dev
-
View the application: Open your browser and navigate to
http://localhost:3000to see the application in action.
[Insert Deployment Link Here] (Update this section once the application is deployed to production using Vercel, Netlify, or your preferred hosting provider)