DEV Community

Discussion on: Google Keep Lite - Building Google Keep clone using reactjs

Collapse
 
rahxuls profile image
Rahul

This looks amazing.

Things you can add.

  • Enter TO save
  • Making it PWA would be awesome
Collapse
 
sarveshtheabstractor profile image
Sarvesh Hiwase

Enter to save can be really easily done just wrap input in form tag and handle your form submit event with on submit and prevent default event.

Collapse
 
shambhavijs profile image
shambhavijs

Thanks, I'll try this.

Collapse
 
shambhavijs profile image
shambhavijs

Sure, will look into this.

Collapse
 
rahxuls profile image
Rahul

Not compulsory unless you're changing it clone of Google Keep to something yours.