项目作者: magdakok

项目描述 :
🙊 The Modern Javascript Bootcamp Course exercise (code-along)
高级语言: HTML
项目地址: git://github.com/magdakok/JS-Course-SecretMessage.git
创建时间: 2020-05-27T09:58:14Z
项目社区:https://github.com/magdakok/JS-Course-SecretMessage

开源协议:

下载


The Modern Javascript Bootcamp Course exercise: Secret Message (code-along)

Secret Message app that let user create a message and receive an url to share. Visited link displays the message.

Challenges:

  • encoding the entered string into base64, that becomes a part of the url
  • using window.location properties (to get access to hash)