movieSearchReact

movieSearchReact

Languages and Tools Utilized: React, CSS, Vite, rho-router, Standard
● SPA designed to search for movies, add them to favorites, and perform automatic search.
● Use debounce function and AbortController, reducing unnecessary API requests.
● Using lazy loading of components until they are actually required by the user.
● Implement the routing functionality with my own package rho-router.
● Components, Custom Hooks, Hooks, Props, Context, Reducer.