Updated README

This commit is contained in:
Logan 2024-09-25 19:36:13 -05:00
parent 542640c600
commit b66de955cf

View file

@ -1,11 +1,14 @@
# ThePlaceHolders # 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): ## Backend Source
Adan Santos Our back-end is written in [Go](https://go.dev/) using the standard library.
Jackson Sovilay * [Server](server.go)
Hello
Alex Rivera ## Frontend Source
Hello Our front-end is written in vanilla JavaScript, using the [Bootstrap](https://getbootstrap.com/)
Testing CSS framework.
Test push * [Main page](static/index.html)
* [Login page](static/login.html)
* [Registration page](static/register.html)