Skip to content

andreaslborg/P3

Repository files navigation

Contributors Issues


Logo

AAU P3 Project | talDigital

Digital Information Boards

View Admin Demo · talDigital.dk · Contact

About The Project

With the growing use of technology and with 90% of the Danish population having access to a smartphone it would seem useful to replace physical elements with software solutions as new innovations and ideas arise.

The purpose of this project is to develop a dynamic and flexible digital information board, with the ability to easily change the information on the visitor application using an administration panel. These digital information boards can both replace physical information boards and be an addition to any company seeking to share information.

The development process is done in collaboration with talDigital and with the utilisation of design guidelines presented in SU and DEB. Furthermore, the software solution was created by using the following technologies; progressive web application, Blazor, Bootstrap and MySQL. The solution consists of two web pages, the visitor application and the administrator panel. The visitor application is developed to be viewed on a mobile device and is concluded by test participants as intuitive to use. The administrator panel is developed to be viewed on a larger screen, such as a laptop or desktop, and tested to be intuitive and easy to use.

The solution is successful in giving a dynamic digital information board with an administrator panel and is considered a useful proof-of-concept for talDigital.

Built With

This project is build using ASP.NET, Blazor Server and Blazor Webassembly.

Getting Started

To run the program, please follow these simple steps.

Prerequisites

Before

  • Install .NET 5.0 Runtime (Win)

Run

  1. Clone the repository
    gh repo clone andreaslborg/P3
    
  2. Choose which application you want to run
    cd P3/ManagementPages
    
    or
    cd P3/VisitorApplication/Server
    
  3. Run the application
    dotnet watch run
    

Contact

Software group mail - [email protected]
Or contact Andreas Løvig Borg - [email protected]

Project Link: github.com/andreasborgaau/P3