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.
When you refresh the web page, the saved note will be show up. This function is based on https://github.com/filerjs/filer.

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

Popular posts from this blog

Project - Stage 2.3 - After Optimize

Project - Stage 0.2 - Background Learning

Hacktoberfest - My 1st