https://github.com/draphy/netflix
https://github.com/draphy/netflix
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/draphy/netflix
- Owner: draphy
- Created: 2023-01-18T12:37:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T13:29:38.000Z (over 3 years ago)
- Last Synced: 2025-05-18T04:14:49.955Z (about 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone
This project is a Netflix clone built using React and Vite. It allows users to browse movies and TV shows, just like the real Netflix.
## Features
- Browse popular movies and TV shows
- Watch trailers and read synopses for each title
## Getting Started
To get started with the project, you will need to have Node.js and Vite installed on your computer.
1. Clone the repository: [https://github.com/draphy/Netflix.git](https://github.com/draphy/Netflix.git)
2. Install the dependencies: **npm install**
3. Start the development server: **npm run dev**
## Built With
- [React](https://reactjs.org/) - JavaScript library for building user interfaces
- [Vite](https://github.com/vitejs/vite) - A development server that is designed to be fast, simple, and easy to use