Hosting the front-end

Since the project uses standard HTML, CSS and JavaScript as part of a multi-page application, there isn’t much you need to run the project locally. You can directly host your own front-end locally using any web server you like. If you want to start a server for quick testing without configuring(and in most cases installing) anything, you can simply use python’s HTTP server using the python3 -m http.server command

Hosting the back-end

The back-end is to be developed, information coming soon!