Skip to content

A minimal currency converter & viewer written in ASP.NET Core & React

Notifications You must be signed in to change notification settings

antonfirsov/xch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xch

A minimal currency converter & viewer written in ASP.NET Core & React

Prerequisites

.NET Core SDK or Visual Studio 2017

Built with v2.0.2, but v1.1.4 should be ok as well

node + npm

Built with node v8.9.1 & npm v5.5.1

Local Setup

From command line:

cd Xch.Web
npm install
npm run build
dotnet run -c Release

From Visual Studio 2017

"ASP.NET and web development" or ".NET Core cross-platform development" workload is required.

Technology stack

Server:

  • .NET Core 1.1 runtime
  • ASP.NET Core 1.1
  • xUnit & Moq for unit testing

Client:

Tested with browsers

  • Google Chrome 62
  • IE11
  • Mircosoft Edge 40
  • Mozilla Firefox 56

About

A minimal currency converter & viewer written in ASP.NET Core & React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published