Skip to content

πŸ’» Stream thousands of movies and TV shows in a simple way. Watch with friends and family in real time, receive personalized content, and much more!

Notifications You must be signed in to change notification settings

arthurlbo/yazitv

Repository files navigation

readme image

Hi there! πŸ‘‹

Embark on an immersive streaming journey with Yazi.tv, your gateway to a treasure trove of movies and TV series. Dive into a world of endless entertainment options at your fingertips, watch in real-time with friends and family, host watch parties complete with interactive chat, receive handpicked recommendations tailored to your viewing habits, and download content for offline enjoyment.

Yazi.tv seamlessly transitions from Figma prototype to a robust web application crafted with React, Next, and TypeScript. My primary focus was delivering pixel-perfect design and establishing a captivating brand visual identity. Following this goal, I've designed an intuitive and user-friendly interface to ensure the best possible experience for all users in multiple devices.

Under the hood, the codebase reflects a commitment to industry best practices for React and Next.js. We've meticulously dissected the application into reusable components, fostering efficiency, maintainability and end-to-end testing with Cypress to guarantee a seamless and bug-free experience from start to finish.

As I don't own Netflix, our movie source was the movie db api (God bless them), let's pretend it's a Netflix-level application, okay ? hahahaha

What is inside?

Getting Started

Install dependencies

pnpm install

or

yarn

or

npm install

Run development server

pnpm dev

or

yarn dev

or

npm run dev

Open http://localhost:3000 with your browser to see the result.

Structure

└── cypress
    β”œβ”€β”€ e2e
└── src
    β”œβ”€β”€ app
    β”œβ”€β”€ assets
    β”œβ”€β”€ components
        β”œβ”€β”€ content
        β”œβ”€β”€ movies
        β”œβ”€β”€ main-nav
        β”œβ”€β”€ ui
    β”œβ”€β”€ lib
    β”œβ”€β”€ utils
Folder Description
e2e e2e tests in the app
app App pages
assets Images and static files for application
components Pages components
content Components related to app content
movies Components related to the movies
main-nav Components related to the main navigation of the app (sidebar and drawer)
ui Reusable ui components
lib Configuration of libraries used in the project
utils Auxiliary and reusable functions

Commands

  • dev: run development server
  • build: creates the production build version
  • format: run prettier and eslint in all the files
  • cypress: open cypress
  • test: run test file
  • commit: commit staged changes

🎨 Figma prototype

Ui prototype

Todo

  • Buy Netflix for this app to become a real platform
  • More information about the movie on hover card
  • Notifications widget
  • Messages widget
  • User's avatar menu
  • Page navigation
  • Search Input

Made with 🀍 by Arthur