My Project Is Off

From the unofficial faq.

Your project is constantly “loading” because it doesn’t have an HTTP server set up to host your app, code, website, bot, so on. One way to create an HTTP server is to use Express in your main file (index.js, server.js, or main.js). Tutorial on creating a make-do web server using Express.

If this helped, please check the box to make it your solution!