Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-dogu/netflix-app-with-nextjs
This project is a Netflix clone created using Next.js. You can register or log in to the web application using your own email or Google account.
https://github.com/furkan-dogu/netflix-app-with-nextjs
firebase nextjs react react-router-dom react-toastify tailwindcss
Last synced: about 6 hours ago
JSON representation
This project is a Netflix clone created using Next.js. You can register or log in to the web application using your own email or Google account.
- Host: GitHub
- URL: https://github.com/furkan-dogu/netflix-app-with-nextjs
- Owner: furkan-dogu
- Created: 2024-02-01T08:28:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T13:50:23.000Z (10 months ago)
- Last Synced: 2024-02-05T16:09:25.830Z (10 months ago)
- Topics: firebase, nextjs, react, react-router-dom, react-toastify, tailwindcss
- Language: JavaScript
- Homepage: https://netflix-app-with-nextjs.vercel.app
- Size: 23.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix App
## About the Project
This project is a Netflix clone created using Next.js. You can register or log in to the web application using your own email or Google account. Additionally, there is a "Forgot Password" button that allows you to reset your password by receiving an email to your registered email account. The project utilizes the TMDB API to fetch a list of popular, top-rated, and upcoming movies, presenting users with their posters, titles, and descriptions.
## Table of Contents
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Usage](#usage)
- [Screenshots](#screenshots)## Live Demo
[Netflix App](https://netflix-app-with-nextjs.vercel.app/)
## Features
- User registration via email or Google account.
- Password reset functionality.
- Pagination for smooth transitions between pages.
- A list of popular, top-rated and upcoming films## Technologies Used
- React
- Next.js
- React-Router-Dom
- [TMDB API](https://www.themoviedb.org/) for movies data
- [Firebase](https://firebase.google.com/) for register and login processes
- Styling with [Tailwind](https://tailwindcss.com/) and CSS
- [React-Toastify](https://fkhadra.github.io/react-toastify/introduction/) for alert## Usage
- Register or log in with your email or Google account.
- Discover information about popular, top-rated and upcoming films.
- Access detailed information and reviews for each item.## Screenshots
## Compatibility
The project is compatible with both wide-screen computers and mobile devices.
## Acknowledgments
Movies data provided by [TMDB](https://www.themoviedb.org/)