MoFlix

A Movie Search SPA using React, Typescript and Vite.

Setup

npm install

Development:

npm run dev

Build:

npm run build
npm run preview

Settings

API Settings can be changed in .env file.

Features

  • Search for movies by title
  • Display the results in a card list
  • Infinite scroll to load more results
  • Loading indicator
  • Add movies to your favorites (persisted with local storage)
  • Responsive design

Tech Stack

Preview

https://movie-search-with-react-typescript-vite.vercel.app