From b66de955cf142bf13ac54f3524779ebc7801a8af Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 25 Sep 2024 19:36:13 -0500 Subject: [PATCH] Updated README --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b8e119c..648069c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # ThePlaceHolders -"UTSA Place" Collaborate website canvas that allows students to place a pixel within a restrcited amount of time to make art. +"UTSA Place" Collaborate website canvas that allows students to place a pixel +within a restricted amount of time to make art. -Users Connected (testing if working): -Adan Santos -Jackson Sovilay -Hello -Alex Rivera -Hello -Testing -Test push \ No newline at end of file +## Backend Source +Our back-end is written in [Go](https://go.dev/) using the standard library. +* [Server](server.go) + +## Frontend Source +Our front-end is written in vanilla JavaScript, using the [Bootstrap](https://getbootstrap.com/) +CSS framework. +* [Main page](static/index.html) +* [Login page](static/login.html) +* [Registration page](static/register.html)