The Movie Suggestion App is a frontend-only web application developed using Vite and React. The app allows users to search for movies, and view movie details, It interfaces with the TMDB API to fetch movie data and provides sorting, filtering, and user-friendly features.
Node.js and npm should be installed on your system.
Clone the repository:
git clone 'repository_url'
cd vite-project
npm install
Create a .env file at the root of the project and define the following environment variable:
1. Start the development server:
npm run dev
2.Open your browser and navigate to http://localhost:3000.
Use the app to search for movies, view details, sort/filter results, and save favorites.
Implemented infinite scrolling with react library
Used transition and lazy loading for better user experience
Using SCSS for styling for a visually appealing and responsive design
Error handling for API requests with user-friendly error messages.