Skip to content

rohan-buechner/OrderinTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

WebApp

Summary of this project is:

  • Changeable data provider. Currently only json files are supported. In appsettings.json, there's a section that can be used for configuring the data provider.
  • React is used as a client side library. ASP.NET Core as server side technology.
  • represents all menu items from the category having in its name property. It also represents menu items having in its name property. 
  • Results are ordered by rank.
  • Unit test added.
  • The user's input is debounced with a timeout of 1200ms.

Installation

Use Visual Studio 2019 with .NET Core 3.1.

To run the app just build it and hit F5.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 43.4%
  • JavaScript 36.1%
  • HTML 14.2%
  • CSS 6.3%