|
@@ -2,21 +2,23 @@
|
2
|
2
|
|
3
|
3
|
some ideas for smaller web application projects.
|
4
|
4
|
|
5
|
|
-### A WEIGHT TRACKER APP
|
|
5
|
+### UI for YouAreEll
|
|
6
|
+build a simple UI that watches for messages, allows for posting, a little like
|
|
7
|
+a simple IMessage clone.
|
6
|
8
|
|
7
|
|
-It accepts a set of manual entries of weight measurements taken at different dates
|
8
|
|
-It can plot a graph
|
9
|
|
-It can allow to track multiple entities, for example more than one person weight
|
10
|
|
-Store them somewhere
|
11
|
9
|
### A CALCULATOR APP
|
12
|
10
|
|
13
|
11
|
A standard calculator: numbers, +, -, *, /, and the result
|
|
12
|
+Add scientific functions from the calulator lab.
|
14
|
13
|
|
15
|
14
|
### A BOOK DATABASE
|
16
|
15
|
|
17
|
16
|
Enter the books you own
|
18
|
17
|
Enter the books you’d like to buy
|
19
|
18
|
Store the book info, images
|
|
19
|
+Store everything in mysql
|
|
20
|
+Link to a ISBN (look it up) API
|
|
21
|
+
|
20
|
22
|
### A RECIPES APP
|
21
|
23
|
|
22
|
24
|
Enter a name, a description with the steps
|
|
@@ -56,7 +58,7 @@ Entries have a date
|
56
|
58
|
Show more recent first
|
57
|
59
|
Attach pictures
|
58
|
60
|
Store them somewhere
|
59
|
|
-### A POMODORO APP
|
|
61
|
+### A POMODORO (look it up) APP
|
60
|
62
|
|
61
|
63
|
Enter a time
|
62
|
64
|
Start timer
|
|
@@ -97,3 +99,9 @@ Think Intercom or Olark.
|
97
|
99
|
Have a “backend” where you respond
|
98
|
100
|
Embed on a web page
|
99
|
101
|
Let people write to you privately
|
|
102
|
+### A WEIGHT TRACKER APP
|
|
103
|
+
|
|
104
|
+It accepts a set of manual entries of weight measurements taken at different dates
|
|
105
|
+It can plot a graph
|
|
106
|
+It can allow to track multiple entities, for example more than one person weight
|
|
107
|
+Store them somewhere
|