Final group project for BNCC Academy - Front End. This is a Next.js project which used The Movie Database API to create a movie search web application.
You can checkout our application by visiting bncc-x-tiket-movies.netlify.app.
Open project directory, setup the environment variables and use the package manager npm to install dependencies.
npm install
You can run the application in development mode with hot-code reloading and error reporting by using:
npm run dev
You can also run the application in production mode by creating an optimized production build of your application:
npm run build
Then, start the application by using:
npm run start