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: 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T07:44:27.000Z (over 1 year ago)
- Last Synced: 2025-02-03T13:26:35.819Z (4 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
- Sign In (Desktop)

- Sign Up (Desktop)

- Sign In (Mobile)

- Sign Up (Mobile)
