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.
- Host: GitHub
- URL: https://github.com/jaay7/ipverse-frontend-challenge
- Owner: Jaay7
- License: mit
- Created: 2023-08-20T10:32:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T11:00:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T01:42:14.829Z (over 1 year ago)
- Topics: nextjs, reactjs, tailwindcss, tanstack-react-query
- Language: JavaScript
- Homepage: https://ipverse-frontend-challenge.vercel.app
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.