/movie-search

An application that allows you search and save favourites movies

Primary LanguageTypeScript

Movie search

This app should be a movie search with two pages:

  • Home page: search field and a list with the results;
    Think about empty state, loading state and movie not found
  • Movie page: movie details page;
    Think about loading state and movie not found

The purpose of this challenge is to evaluate your HTML, CSS, Javascript and API skills and overall approach while composing a simple web app given a set of screens and an API feed.

Main skills

  1. Writing a solid application
  2. Making API calls
  3. Filter data and shape it to display on the UI
  4. How well you improvise the app design

What is expected

  • A functional app with the two screens (Home and Details);
  • A clean layout and design;
  • A way to tag movies as favourites (and having them persist would be great!);

Necessary information

We suggest using OMDb API, although you can use any other API you prefer

Setup

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, you need to add an env file, then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.