A simple app the recommends three songs based on a given song (title + artist)
On the front-end,
public/index.html
contains the content of the webpagepublic/script.js
is the javacript that runs when you load the webpagepublic/style.css
is the styles forpublic/index.html
On the back-end,
- your app starts at
server.js
- add frameworks and packages in
package.json
- safely store app secrets in
.env
(nobody can see this but you and people you invite)
Click Show
in the header to see your app live. Updates to your code will instantly deploy.
Made by Glitch
Glitch is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.
Find out more about Glitch.
( ᵔ ᴥ ᵔ )