Netflix clone is an app built as a practice case for my front-end skills. I tried to explore and understand how big-tech companies approach UX/UI and widen my perspective.
Tech-stack for this project:
- NextJs
- Firebase
- Tailwind CSS
Clone the project and install dependencies
git clone https://link-to-project
cd my-project
npm installStart the server locally
npm run devStart the server in production:
npm startTo run this project, you will need to add the following environment variables to your .env / .env.local file
FIREBASE_API_KEY
FIREBASE_AUTH_DOMAIN
FIREBASE_PROJECT_ID
FIREBASE_STORAGE_BUCKET
FIREBASE_MESSAGING_SENDER_ID
FIREBASE_APP_ID
