A Vue.js project created with Vite to replicate the functionality of IMDb. This project allows users to browse and search for movies, view details, and includes additional features such as user authentication, watchlist management, and account settings.
- Browse Movies: Explore a collection of movies with infinite scrolling.
- Search: Search for movies by title, genre, or any relevant criteria.
- Movie Details: View detailed information about a specific movie.
- User Authentication: Register and log in to manage your watchlist and account settings.
- Watchlist Management: Add and remove movies from your personal watchlist.
- Account Settings: Update your profile information and password.
- Responsive Design: Ensure a seamless experience on various devices.
- Infinite scrolling
- Vue.js
- Vite
- Pinia (State Management)
- TypeScript
- Vuetify (Material Design Component Framework)
- Tailwind CSS
- Clone the repository
- cd the project directory and then run
npm install
- Run the project by
npm run dev
- Fork the project.
- Create your feature branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Open a pull request.