Skip to content

lethemanh/movie-recommendations

Repository files navigation

Getting Started

First, copy .env.example to .env. Then run the development server:

npm run dev
# or
yarn dev

Technologies & libraries

  • Nextjs
  • Typescript
  • MUI
  • Tailwind

APIs:

The Movie Recommendations app uses API of TMDB.

Pages:

Register:

Due to limit of TMDB API, you have to create a new account on https://www.themoviedb.org/signup.

Login:

Home:

Search:

Movie Detail

Rated List

For you

  • Path: http://localhost:3000/for-you
  • This page shows the recommended movies for the user based on the preference setting (favorite genres, favorite casts, favorite companies) and the minimum rating in the rated list that the user was rated.

Preference

  • Path: http://localhost:3000/preference
  • User can set the preference setting with favorite genres, favorite casts, favorite companies. With these settings the app will recommend suitable movies for user.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published