Skip to content
Tom Chapman edited this page Dec 14, 2022 · 3 revisions

Project information

The web project is divided into three sub-projects (as done by Blazor).

  • BooleanExpressionParser.Web.Client
    • The code relating to the frontend web application and all its surrounding functionality.
  • BooleanExpressionParser.Web.Server
    • An ASP.NET backend application to serve as a web server.
  • BooleanExpressionParser.Web.Shared
    • Currently unused, this would be used to share code between the client and server.

Status

The Web UI is still being actively worked on, and so far does not have any quality-of-life features or nice styling. These will be coming in the future.

Clone this wiki locally