Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 872 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 872 Bytes

IMDb Clone


An online web app retrieves data from a database for information related to movies.

credits goes to @sahandghavidel

movies data from TMDB API

Demo preview

Link to the app

Modifications

  • I've added a clean, well-organized structure for code maintenance and URL.

  • I've added pagination functionality to extend the base URL, search, and top-rated segments to 500 pages.

  • automatic search triggered by writing along with the functionality of the search button for a better user experience.

  • Typescript for strongly typed data and reduce errors.

Used languages and tools

  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • React
  • Next.js 13
  • Tailwind CSS
  • Next Themes
  • React Icons