Crowd Sourcing web application project built with .NET Core and React.js. The project contains a number of components including:
rcsPlatform.csproj suggests that the main application is a .NET Core project. The Controllers directory usually contains classes that handle incoming HTTP requests in an ASP.NET Core project. ClientApp directory contains a React.js application. The Models directory usually contains classes that represent the data in the application. The Pages directory usually contains Razor pages, which are a feature of ASP.NET Core for building dynamic web pages using C# and HTML.