MoviePortal Blazor is a web application that allows users to browse and view details about various movies. The application is built using Blazor WebAssembly and leverages the TMDB (The Movie Database) API to fetch movie data.
- Browse a list of movies
- View detailed information about a selected movie, including its cast and genres
- Offline support using a service worker
- Responsive design using Bootstrap
- .NET 8 SDK
- Visual Studio (recommended IDE)
- Create an account on TMDB and get an API key.
- Add your TMDB API key to the
appsettings.Development.json
file.
wwwroot/
: Contains static files such as HTML, CSS, and JavaScript.Components/
: Contains Blazor components used in the application.Services/
: Contains services for interacting with external APIs.Models/
: Contains data models used in the application.Program.cs
: Entry point for the Blazor WebAssembly application.App.razor
: Root component for the Blazor application.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License. See the LICENSE file for details.