Skip to content

Commit

Permalink
Update README.md with description
Browse files Browse the repository at this point in the history
  • Loading branch information
Nama21yo authored Nov 27, 2024
1 parent c462955 commit c953c43
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
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

0 comments on commit c953c43

Please sign in to comment.