A movie and TV show database, inspired by IMDb. Built with Next.js and styled with Tailwind CSS.
- Search for movies and TV shows.
- View detailed information about a specific movie or TV show.
- Rate and review movies.
-
Clone the repository:
git clone https://github.com/lokesh-dc/hookedonmovies.git
-
Install the dependencies
npm install
-
Set up environment variables:
Create a .env file in the root of the project and add the following:
NEXT_PUBLIC_API_BASELINK NEXT_PUBLIC_TOKEN=your_tmdb_api_key

