Skip to content

deathrjj/angularandcsharptest

Repository files navigation

Start Frontend

cd frontend
yarn start

Start Backend

dotnet run

Todo List

  1. Adding items to the list saves them in memory to the backend. basiclist

  2. Pressing Edit button allows changing of item, on confirm saves to memory in the backend. basiclistediting

  3. Delete button removes item from list and removes from memory on backend. basiclistdelete

Data is fetched from the backend when page is reloaded.

Ideally would be saving to database, may implement at a later time.

Calculator

Basic calculator with addition, subtraction, mulitplication, division, percentage and square root.

Example: 500 x 4.5 - 6 = 2244

calculator1

calculator2

calculator3

calculator4

calculator5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published