From 199a1ba84f1e2a17d64a25016b1743d6bfcd3743 Mon Sep 17 00:00:00 2001 From: Logan Gatlin <50534996+Xterminate1818@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:27:41 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d04a874..1f1d250 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ThePlaceHolders +# UTSA Placeholders "UTSA Place" Collaborate website canvas that allows students to place a pixel within a restricted amount of time to make art. @@ -7,12 +7,12 @@ within a restricted amount of time to make art. 2. Run the command `go run .` inside this folder 3. View the website at [127.0.0.1:8080](http://127.0.0.1:8080/) -## Backend Source +## Backend source files Our back-end is written in [Go](https://go.dev/) using the standard library. * [Request handling](server.go) * [User registration/login](users.go) -## Frontend Source +## Frontend source files Our front-end is written in vanilla JavaScript, using the [Bootstrap](https://getbootstrap.com/) CSS framework. * [Main page](static/index.html)