manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
96 stars 36 forks source link

Move Javascript in html files to separate file #123

Open kx-chen opened 5 years ago

kx-chen commented 5 years ago

Currently, the Javascript in status.html takes up a good amount of the file. As we add more features to the site, this size will inevitably grow. Move the Javascript out of the script tags and into a separate file. Preferably using whatever tools Flask offers to serve Javascript.

Could possibly be a 'low' difficulty issue.

jakethakur commented 5 years ago

Hello, I've been working on this for GCI.