-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
# React + Vite | ||
## Netflix Clone | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
The Netflix Clone is a full-stack web application designed to replicate the core functionalities of a video streaming platform. This project demonstrates my expertise in building feature-rich applications that integrate third-party APIs for dynamic content. | ||
|
||
Currently, two official plugins are available: | ||
### Features | ||
- **Frontend Development**: The frontend is built using React, offering a dynamic and responsive user interface. Vite is used as the build tool to ensure fast development and optimized performance. | ||
- **Authentication**: User authentication and account management are implemented using Firebase for secure and seamless access. | ||
- **Backend Development**: Node.js and Express.js are utilized to handle server-side logic, including API requests and data processing. | ||
- **Content Integration**: The application integrates with **The Movie Database (TMDb) API** to fetch and display real-time movie and TV show data, including titles, genres, ratings, and poster images. | ||
- **Deployment**: The application is deployed on Netlify for fast and reliable hosting. | ||
|
||
### Repository and Live Demo | ||
- **GitHub Repository**: [Netflix Clone](https://github.com/YourGitHubUsername/Netflix-React) | ||
- **Live Application**: [View the demo](https://quiet-pothos-361abe.netlify.app/) | ||
|
||
### Preview | ||
Below is a screenshot of the application’s homepage, showcasing the clean and user-friendly design. | ||
|
||
![image](https://github.com/user-attachments/assets/f59bc3e2-a837-4c09-923d-9eca7c59a4fd) | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh |