Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.19 KB

File metadata and controls

36 lines (24 loc) · 1.19 KB

Purpose:

It is to create several Math problems to help users learn basic math: Additions, Subtractions, Multiplication, and Prime Check.

Programming Materials:

.Net, HTML, CSS, Visual Code

Instruction on how to use the Math Problem Project:

  1. Open terminal
  2. Navigate to the folders that was cloned or downloaded.
  3. Type "code ." to open in Microsoft Visual Code.
  4. To run on LocalHost, navigate the "Math Problem" and type "dotnet run".

Visual Code Terminal

image

Website Project:

Home Page

image

Addition

image

Subtraction

image

Multiplication

image

Prime

image

Unit Testing

image