Skip to content

Ramo-Y/SuperMegaCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperMegaCalculator


Docker Pulls MIT Licensed


Hii! This is a super modern and fast calculator!

This is a bad shitty implemented NuGet package (SuperMegaCalculator) and is just made as a first attempt with Blazor and for fun.

What it does

A webapplication which you can use to make basic calculations between 0-100 made with Blazor.

First look

FirstLook

Installation (Docker)

Use the following docker-compose and replace set your own properties like containername or port

version: '3.7'

services:
  supermegacalculator:
    image: ramoy/supermegacalculator:latest
    container_name: "supermegacalculator"
    environment:
      TZ: "Europe/Zurich"
    ports:
      - 4711:80

Here is the docker image of this project: https://hub.docker.com/r/ramoy/supermegacalculator

Development

You may have some problems loading System.Runtime in T4 script, have a look here to fix it: https://stackoverflow.com/questions/51550265/t4-template-could-not-load-file-or-assembly-system-runtime-version-4-2-0-0

About

A webapplication which you can use to make basic calculations between 0-100 made with Blazor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages