Filmovi

The Filmovi application was created at college as an exercise in the Programming in the .NET Environment course.

The application is designed for tracking movies so users can keep track of their favorite films.

The project was developed in Visual Studio using Windows Forms (.NET) framework with C#, and it uses Microsoft SQL Server for database management.

The application includes user login and registration with necessary parameter checks. For previously saved movies, there is a feature to refresh IMDb ratings when the user clicks the Refresh button.

For retrieving movie data, the application uses the OMDb API.

After successful login, the application allows users to:

  1. Search for movies by title and year
  2. View details of individual movies
  3. Add movies to their watchlist with personal ratings
  4. View their watchlist
  5. Search for movies in their watchlist by title, year, and genre
  6. Update assigned ratings
  7. Remove movies from their watchlist
GitHub