Skip to content

Commit

Permalink
docs: add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cindrmon committed Jun 29, 2022
1 parent 0c023d3 commit 1dceb8a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# MP1 - Calculator

A simple C# .NET Windows Forms Calculator made for MP1 for the subject CSELEC13.

## Screenshots

### Standard Menu
![Standard Menu](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-1.png?token=GHSAT0AAAAAABVMIGOZCQSGATQS4BDEDIIEYV4HF6A)

### Operations
![Basic Addition](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-2.png?token=GHSAT0AAAAAABVMIGOYSLRD6DZE4E6Q4SWCYV4HGUA)
![Showing PEMDAS Operations](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-6.png?token=GHSAT0AAAAAABVMIGOZWZHAI5KJMKIHUWNMYV4HLMQ)

### Errors
![Showing Invalid Syntax](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-3.png?token=GHSAT0AAAAAABVMIGOY4NRXEOTERLTCCBPQYV4HH4Q)
![Showing more Invalid Syntax](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-4.png?token=GHSAT0AAAAAABVMIGOYAP42RXCOLAODAJGEYV4HIHQ)
![Showing Dividing by Zero is Invalid](https://raw.githubusercontent.com/cindrmon/CSELEC13-MP1-Calculator/master/assets/img/calculator-screenshot-5.png?token=GHSAT0AAAAAABVMIGOZZIZHS5VLOSZBQGVUYV4HISA)


0 comments on commit 1dceb8a

Please sign in to comment.