A Movie Search SPA using React, Typescript and Vite.
npm install
npm run dev
npm run build
npm run preview
API Settings can be changed in .env
file.
- 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