Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```