This app uses Tailwind CSS (v3.0) with Next.js and Typescript. It follows the steps outlined in the official Tailwind docs.
Simply click on the demo link and you will be redirected to the app web link hosted via Vercel. See below on how to sign in
To sign in to the app, you need to first sign up. Enter your email address and password and click 'Sign Up', you will be redirected to the homepage. This app is still in development and new features will continually be added until its completed.
- Clone or download this repo to your local machine
- run npm install or yarn install
- Go to https://www.themoviedb.org and create an account
- create a .env.local file in the project folder and paste your api key in here
- run npm run dev