This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
page
index - homepage contains movies components
components
Header - for global header
Movies - for movies module
UI - for layout and UI components
contexts
hooks - for custom hooks
integration testing to make sure pagination logic, hooks and context
__tests__ - for test files
components - named according to /components structure
UI
styles - named according to /components structure.
https://movie-pelago.vercel.app/