Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reaperdragon/netflix-clone
Nextflix clone built with Next JS, Typescript with Firebase Auth.
https://github.com/reaperdragon/netflix-clone
atom css firebase googlefonts movies nextjs reactjs tailwindcss tmdb-api tv-shows typescript
Last synced: 4 days ago
JSON representation
Nextflix clone built with Next JS, Typescript with Firebase Auth.
- Host: GitHub
- URL: https://github.com/reaperdragon/netflix-clone
- Owner: reaperdragon
- Created: 2022-08-09T05:18:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T13:53:58.000Z (over 2 years ago)
- Last Synced: 2024-07-29T20:52:57.957Z (5 months ago)
- Topics: atom, css, firebase, googlefonts, movies, nextjs, reactjs, tailwindcss, tmdb-api, tv-shows, typescript
- Language: TypeScript
- Homepage: https://netflix-clone-aakrut.vercel.app
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone
### Tech
- Frontend : [Next Js](https://nextjs.org/)
- API : [TMDB API](https://www.themoviedb.org/)
- Bass (Backend as a Service) : [Firebase](https://firebase.google.com/)
- CSS : [Tailwind CSS](https://tailwindcss.com/)
- Icons : 1. [Heroicons](https://heroicons.com/)
2. [React Icons](http://react-icons.github.io/react-icons/)
- Fonts : [Google Fonts Poppins](https://fonts.google.com/specimen/Poppins)## Getting Started
For the repo or clone the repo `https://github.com/Aakrut/netflix-clone`open the main directory
> create new .env file and paste the following keys and add your API keys.
```shell
FIREBASE_API_KEY=firebase_key
NEXT_PUBLIC_API_KEY=next_api_key
```Now Head back to the Terminal and Run The Following Commands.
```shell
npm run dev
--or--
yarn dev
```