Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eitozx/netflix-clone
- Owner: eitozx
- Created: 2022-11-23T10:28:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T07:44:27.000Z (12 months ago)
- Last Synced: 2024-10-22T05:53:48.251Z (3 months ago)
- Topics: django, django-framework, django-project, netflix, netflix-clone, netflixclone, tailwindcss, tailwindcss3
- Language: CSS
- Homepage:
- Size: 3.66 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)