From c953c43e93b43703abdea836446653e287ae69c6 Mon Sep 17 00:00:00 2001 From: Natnael Yohanes Date: Wed, 27 Nov 2024 11:41:03 +0300 Subject: [PATCH] Update README.md with description --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f768e33..acdeb1f 100644 --- a/README.md +++ b/README.md @@ -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