From 05df6008d5881bdb4c2f18ff943d43c8c2916ff7 Mon Sep 17 00:00:00 2001 From: malikalichsan Date: Thu, 30 Sep 2021 13:35:30 +0700 Subject: [PATCH 1/2] Add draw signature project ideas --- Projects/2-Intermediate/Draw-Signature.md | 31 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 32 insertions(+) create mode 100644 Projects/2-Intermediate/Draw-Signature.md diff --git a/Projects/2-Intermediate/Draw-Signature.md b/Projects/2-Intermediate/Draw-Signature.md new file mode 100644 index 00000000..eee7f653 --- /dev/null +++ b/Projects/2-Intermediate/Draw-Signature.md @@ -0,0 +1,31 @@ +# Draw Signature + +**Tier:** 2-Intermediate + +An app to draw signature with touchpad or mouse. + +## User Stories + +- [ ] User can draw their own signature +- [ ] User can draw using touchpad or mouse +- [ ] User can change color of their signature +- [ ] User can save and download their signature to png and jpg +- [ ] User can clean their signature and start new one + +## Bonus features + +- [ ] User can draw their own signature +- [ ] User can change color of their signature +- [ ] User can download their signature to png and jpg + +## Useful links and resources + +- [JSFiddle](https://jsfiddle.net/szimek/d6a78gwq/) +- [Create A Drawing & Signature App With jQuery And HTML5 Canvas](https://www.jqueryscript.net/other/Drawing-Signature-App-jQuery-Canvas.html) + +## Example projects + +- [Signwell](https://www.signwell.com/online-signature/draw/) +- [Online Signature](https://onlinesignature.com/draw-a-signature-online) +- [Basic Canvas Paint by jQueryScript](https://www.jqueryscript.net/demo/Drawing-Signature-App-jQuery-Canvas/) + diff --git a/README.md b/README.md index f6557617..6ff2cb20 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | +| [Draw Signature](./Projects/2-Intermediate/Draw-Signature.md) | Voting App | 2-Intermediate | ### Tier-3: Advanced Projects From 4ec7b26bf79ab8274744c65eea3e67936feda2b3 Mon Sep 17 00:00:00 2001 From: malikalichsan Date: Fri, 1 Oct 2021 12:19:23 +0700 Subject: [PATCH 2/2] update readme draw signature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff2cb20..76c2884d 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | -| [Draw Signature](./Projects/2-Intermediate/Draw-Signature.md) | Voting App | 2-Intermediate | +| [Draw Signature](./Projects/2-Intermediate/Draw-Signature.md) | App to draw signature with touchpad or mouse | 2-Intermediate | ### Tier-3: Advanced Projects