File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ The classic game, played against a computer opponent with a max of nine moves:
15
15
16
16
### Calculator Project:
17
17
Capable calculator with the basic features:
18
- - Performs addition , subtraction, multiplication & division operations on 1st & 2nd operands,
19
- - Allows only a single decimal point in all operations
18
+ - Addition , subtraction, multiplication & division performed on 1st & 2nd operands,
19
+ - Allows only a single decimal point in all operations
20
20
- "AC" key clears the display
21
21
22
22
### Pizza Menu Project:
23
23
A responsive app to record a pizzeria's online orders:
24
24
- Different prices for different-sized pizzas
25
- - A logic check ensures one free topping per order
25
+ - A logic check ensures one free topping per order
26
26
- DOM updates as order changes
27
27
28
28
### ToDo App Project:
29
29
A minimalist to-do app where tasks are parsed into JSON strings:
30
- - Tasks are permanently displayed onscreen,
31
- - Appear in unordered lists in the order they were created,
32
- - Each task has a delete button
30
+ - Tasks are permanently displayed onscreen
31
+ - Appear in unordered lists in the order they were created
32
+ - Each task has a delete button
You can’t perform that action at this time.
0 commit comments