Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.95 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.95 KB

TMDB Challenge

Infynno Solution's TMDB Challenge for Nextjs Developers

Resources

Instructions

  1. Start by forking the repository.
  2. Implement the specified design and APIs from TMDB.
  3. Push your code to your GitHub repository.
  4. Create a pull request and share the URL to [email protected]

Frequently Asked Questions

1. Which UI Libraries are allowed to use?

We prefer you to use Tailwind CSS and Nextjs 14 only.

2. Which TMDB APIs need to be integrated?

3. How do I obtain a TMDB API Key?

Refer to the TMDB API documentation

https://developer.themoviedb.org/reference/intro/getting-started

4. I received a response from TMDB, but images are not working. What should I do?

Ensure correct implementation by following the TMDB image basics guide

https://developer.themoviedb.org/docs/image-basics

5. Can i use pages router?

No, we require you to use the latest Nextjs App Router.

6. Is it necessary to make the project responsive?

While not mandatory due to the absence of mobile design requirements, incorporating responsiveness would be appreciated.

7. What standards should I adhere to?

Feel free to adopt any industry-standard folder structure or libraries that align with best practices.

8. What will be considered a plus point?

Using the latest features of the Nextjs 13/14 (Server Functions, Suspense, Lazy, Error Boundries, Caching).