/next-movie

Primary LanguageJavaScript

This is a Next.js project created for Front-end Developer assessment.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

What you need to do?

  • Fork this repo under your own Github account and make it public.
  • Build the UI according to this design Web Assessment UI.
  • Integrate and populate the response from Movie API Postman Collection.
  • You may use any npm packages that seems to fit the test requirement.
  • Implements either React Context / React Redux for the state management.

Definition of Done

  • All screens in the design done.
  • Integrated with API.
  • Have atleast two usage of either React Context / React Redux