Technology stack: ASP.NET Core 2.0, Entity Framework, SQL, C#, Microsoft Azure, HTML, CSS, JavaScript, JQuery
- Display list of games (fetched from database)
- Sort listed games by title, platform, genre, release year
- Display details for particular games
- Browse gallery of screenshots (stored in Azure Cloud as a blob)
- Add new games to the list and upload screenshots (everything is synchronized with database / blob container)
- Search for specific games using searchbar
- Access to REST API with CRUD functions
- Register / login (users are stored in a database)