项目作者: magdakok
项目描述 :
🙊 The Modern Javascript Bootcamp Course exercise (code-along)
高级语言: HTML
项目地址: git://github.com/magdakok/JS-Course-SecretMessage.git
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)