
I didn’t need to start everything from the beginning since I already had all the tools set up from last semester. The only new thing I set up was the SaaS, which was fun to dive into. I’m really excited and confident about starting to work with something new and building an exciting webpage.
When you enter a URL in a web browser, the browser (client) sends an HTTP request to a web server, asking for a specific resource (like a webpage). The server then processes the request, retrieves the requested content, and sends it back to the browser as an HTTP response, which the browser displays to the user .

