Whiteboard App V1.0
Click here to see my application.
Vision 1.0
Two basic function- "WIPE", means clean content.
- "SAVE", the content will be save at browser until new note be added.
Functions will be added in the future
- "PRINT", when click it will download current note with date to local computer
Some git command I have learned from this lab
git clone https://github.com/username/repo-name.git
-
git add filename
-
git commit -m "common"
git push origin master
Comments
Post a Comment