Login
functionality with based on routing- for login i've used reqres api login credentials :- ---> email: "eve.holt@reqres.in, ---> password: "cityslicka"
- Debounce effect
on navbar search input
-Movie Search Bar With Search Button
functionality on the Home Page
-
-
Sort by Year
functionality -
Filter by Type
functionality -
Dynamic Pagination
functionality -
Landing page
functionality -
Dynamic Movie Card
functionality -
Dynamic Single Movie Card Details
Data functionality below the UI
- Installation check[x]
- Wrap App component inside BrowserRouter check[x]
- Dynamic Routing check[x]
- Dynamic Links check[x]
- useParams check[x]
- To create the UI
- To make respective get and post requests to the server
``
- Navbar.jsx
- Footer.jsx
- AllRoutes.jsx
- PrivateRoute.jsx
- Homepage.jsx
- MovieData to display movie below the home page while navigate
- SinglePage.jsx to display single movie details onto ui below the home page