This project is a movie application that uses Nuxt 3 as the frontend framework, Pinia as the state management library, TypeScript for type checking, and Tailwind for styling. The app retrieves movie data from the Open Movie Database (OMDb) API.
- Search for movies by title
- View detailed information about movies, including the plot, release year, and poster
- Save movies to a watchlist for later viewing
The app is deployed on Netlify and can be accessed at https://singular-selkie-b775ef.netlify.app/.
- Clone the repository:
git clone https://github.com/{your-username}/{your-repo-name}.git
- Install dependencies:
cd {your-repo-name}
npm install