-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
48 lines (40 loc) · 1.08 KB
/
readme.txt
File metadata and controls
48 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Project Definition:
A simple calculator that allows for simple arithmetic operations.
Basic Features:
- Addition
- Subtraction
- Multiplication
- Division
* The project is said to be complete when all basic features have been implemented
Components:
HTML User Interface - required
Style User Interface - optional
Get User Input - required
Calculator Operations - required
Calculator Display
Components Breakdown:
Style User Interface:
- Center main element (calculator)DONE
- Align Elements (DONE)
- Style calculator
- Style Output element (optional)
- Style buttons (optional)
- Add animations (optional)
Get User Input:
- get input using HTML buttons (DONE)
- get input using keyboard (optional)
Calulator Operations:
- Addition
- Subtraction
- Multiplication
- Division
Calculator Display:
- Validate User Input (DONE)
- Restrict invalid input (DONE)
- display input/results
WorkFlow:
HTML User Interface - (Done)
Style User Interface (required tasks only): - (DONE)
Get User Input (Done)
Calculator Operations (Done)
Calculator Display (Done)