Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eitozx/netflix-clone

Netflix Clone Made with Django & TailwindCSS
https://github.com/eitozx/netflix-clone

django django-framework django-project netflix netflix-clone netflixclone tailwindcss tailwindcss3

Last synced: about 2 months ago
JSON representation

Netflix Clone Made with Django & TailwindCSS

Awesome Lists containing this project

README

        

# Netflix Clone

Netflix Clone made with Django & TailwindCSS. This project is not associated with official Netflix in any way. This project is solely for the educational purpose.

> This Netflix Clone is incomplete. I started working on this when I was learning web development. But got occupied with work so no time to complete it.

## Features

- [x] Responsive
- [x] Login & Logout
- [ ] Profiles
- [ ] Movies/Series

## Local Hosting Guide

> Optional: Would be nice if you do everything told here in a virtual environment rather than a global environment.

- Install all the required libraries:
```
pip install -r requirements.txt
```

- Migrations
```
python manage.py makemigrations
```
```
python manage.py migrate
```

- Run:
```
python manage.py runserver
```

## Screenshots:

- Home Page
![Home Page](https://cdn.discordapp.com/attachments/1044886828823617598/1044886903192829972/Complete_Home_Page.jpg)

- Sign In (Desktop)

![SignInDesktop](https://cdn.discordapp.com/attachments/1044886828823617598/1044886903792619570/Sign_In_Page.jpg)

- Sign Up (Desktop)

![SignUpDesktop](https://cdn.discordapp.com/attachments/1044886828823617598/1044886904258170900/Sign_Up_Page.jpg)

- Sign In (Mobile)

![SignInMobile](https://cdn.discordapp.com/attachments/1044886828823617598/1044886903457058846/Sign_In_Mobile.jpg)

- Sign Up (Mobile)

![SignUpMobile](https://cdn.discordapp.com/attachments/1044886828823617598/1044886904056856626/Sign_Up_Mobile.jpg)