https://github.com/aftabrehan/netslix
Netflix clone build with React, Next.js, styled using Sass, and deployed using Firebase.
https://github.com/aftabrehan/netslix
firebase nextjs react scss
Last synced: 10 months ago
JSON representation
Netflix clone build with React, Next.js, styled using Sass, and deployed using Firebase.
- Host: GitHub
- URL: https://github.com/aftabrehan/netslix
- Owner: aftabrehan
- License: mit
- Created: 2022-04-03T12:51:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T10:31:31.000Z (over 2 years ago)
- Last Synced: 2024-12-23T11:53:38.692Z (over 1 year ago)
- Topics: firebase, nextjs, react, scss
- Language: JavaScript
- Homepage: https://netslix.web.app
- Size: 662 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netflix Clone
I created a clone of the Netflix website UI using React for my first React project. Despite facing numerous bugs and spending a significant amount of time on it, I found the experience enjoyable and learned a great deal. Additionally, I gained knowledge in integrating API's through this project. This project is also mobile-responsive. Feel free to explore the source code.
| [View Project 🔥](https://aftabrehan.com/portfolio/netflix-clone) | [Live Preview 🚀](https://netslix.web.app) |
| ----------------------------------------------------------------- | ------------------------------------------ |
### Preview
| The | Project | Shots |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
| | |
### Getting Started
1. Clone the repository.
```
git clone https://github.com/aftabrehan/netslix.git
```
2. Install the required dependencies.
```
npm install
```
3. Start the development server.
```
npm run dev
```
> [!NOTE]
> This project is created solely for portfolio purposes, and you are free to use it as you see fit.


