-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (23 loc) · 1000 Bytes
/
README
File metadata and controls
25 lines (23 loc) · 1000 Bytes
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
thoughts
2.5 hours
used html5 boiler plate sped things up
used jquery drag plugin.
Simple Part:
- Create a sticky notes application using HTML5
- User should be able to create a blank sticky note and add text into
it. The sticky notes look like small coloured rectangles holding user
defined text
- User can create multiple such sticky's and all of them appear in the
same browser page
- User can drag sticky's around in the browser page and place them
wherever convenient
- All these data are saved on the client side as and when the user
types in. (For details of how you can save data using HTML5, please
see http://www.html5rocks.com/en/features/storage)
Complex part: (Optional. if you complete simple part and want to take
up something more challenging)
- Allow user to select one of 4 predefined background colors for
sticky to depict its priority/importance
- Show gradient colouring for sticky's background
- Ability to delete sticky
- Add current time to sticky header