Skip to content

ummagohil/Movie-App

Repository files navigation

🍿Movies App

This small application allows users to input two actor/actress' names and view which films they both starred in.

📋Aims of App

  • Allow the user to view results from inputs
  • Show "no films" if user inputs two values that don't bring back any results
  • User should be able to see the title, rating, summary and image of each film
  • Basic implementation of error handling on inputs

👩‍💻Technical Details

  • TypeScript
  • NextJS
  • Vitest
  • TailwindCSS
  • React-query
  • Formik

🔧How to Run the App

npm i
npm run dev
# or
yarn dev
# or
pnpm dev
npx vitest

npx vitest --coverage

💭Future Improvements

  • Auto-complete on inputs
  • Update NextJS and switch to app directory
  • React Actions + NextJS Server Actions (maybe)

About

🎞️ Find all the movies two actors/actresses starred in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published