A website that allows users to search movies and view their details.
Used AI to generate the README.md and get ideas for some JS function implementations.
A website that allows users to search movies and view their details.
Used AI to generate the README.md and get ideas for some JS function implementations.
Made the Navbar links functional.
Changed the styling of the buttons used in movie slider that shows the movieâs genre
FIxed a bug that made movies under âAll Moviesâ section not clickable
Log in to leave a comment
Website where you can search movies and shows and see their details, this project taught me about API calls/request management and how inefficient requests can easily exhaust your API limits.
Made a website that utilized OmDb and TmDb API to search and view details of different movies and shows. Made the UI, Implemented Search feature. Made a Genre filter bar to search for specific genres. Made a Carousel and Slider that shows movies as cards. Made a general âTemplate HTMLâ so that every clicked movie will open up in that structure with their detail dynamically using JS and movie ID
Log in to leave a comment