Movue is a prototype website for discovering and streaming movies and TV shows. Built with modern technologies, it provides a sleek, responsive design and an engaging user experience.
- Vue: A progressive JavaScript framework for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for creating responsive designs.
- TypeScript: JavaScript with static typing for improved code quality and maintainability.
- 🎥 Discover Movies: Browse and search for the latest and popular movies.
- 📺 Discover TV Shows: Explore trending and top-rated TV series.
- 📱 Responsive Design: Seamless experience across devices.
- 📖 Detailed View: Access in-depth details about movies and shows, including ratings and overviews.
- Node.js
- npm or yarn or pnpm or bun for package management
Follow the steps below to set up the project locally.
-
Clone this repository:
https://github.com/rfkyalf/movue.git
-
Navigate to the project directory:
cd movue
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the application in your browser at http://localhost:5173.