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

https://github.com/jaay7/ipverse-frontend-challenge

Create a Netflix or Amazon Prime like movie/tv web app using Next.js and Tailwindcss.
https://github.com/jaay7/ipverse-frontend-challenge

nextjs reactjs tailwindcss tanstack-react-query

Last synced: 3 months ago
JSON representation

Create a Netflix or Amazon Prime like movie/tv web app using Next.js and Tailwindcss.

Awesome Lists containing this project

README

          

# IPVerse Frontend Challenge

## Getting Started

- Creating an account in [TMDB](https://www.themoviedb.org/) to get the API keys to set Headers for Authorization.

- Create a `.env` file with the API key.
```
AUTH_KEY=
```

- Run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.