Hey guys! Here's my solution for the entertainment web app.
I've integrated TMDB API into this challenge, you can actually search for both movies and tv series with real data! You can also click on each item to view its details.
I plan to make it my resume project. I'm going to apply for my first developer job soon, very excited and nervous at the same time!
There are some features that I haven't implemented yet. For example, I have pagination on some pages but it won't update the URL, which means if the user navigates to the next page, and click on an item, and then if they wish to go back, it will always start from the first page.
Also, I removed the bookmark page and the video playing feature. But they are on my to-do list. I hope I can improve them later on.
For now, I just want to push this out first and get some feedback from you guys! Thank you so much!
**I've noticed in the reports on FEM that I have many issues, I'll have to look into them.